/*
Copac Web Infrastructure Framework CSS: Generic CSS
Authors:  Leigh Morris
          (Tom Hart)
Version:  1.0
Based on:
*/
/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)0.92857143
 */
/*
and:
*/
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
Colour palette:

Text colours:

#5b5c5e
+30% ~= #000 (as with +20% can't see difference)

#8e8e8e (lightest for #f5f5f5 bg) (#838383 lightest for bg: #e5e5e5;  but visual difference between that and #5b5c5e small)

Links:
-10% = 4aa8c0
#308ea6 (blue, lightest for bg: #e5e5e5)
+10% = #17758d
+20% = #005b73

Background colours:
#f5f5f5
+6.25% ~= #e5e5e5 

#e5e5e5
+10% = #ccc

Border colours:
#e5e5e5
+10% = #ccc

RSS button (orange):
#e96f34
+15% = #c3490e

*/

/* ==========================================================================
   !CSS
   ========================================================================== */
/* =normalize.css v3.0.0 | MIT License | git.io/normalize
   ========================================================================== */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}

/* =Print styles
   ==========================================================================

/* =Overview
   ========================================================================== */
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 87.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  line-height: 1.42857143;
  background-color: #f5f5f5;
  color: #5b5c5e;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
}
.footer-inverse {
  background: #414242;
}

/* +Typography and links
   -------------------------------------------------------------------------- */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a,
.a {
  border-bottom: 1px dotted #308ea6;
  color: #308ea6;
  text-decoration: none;
}
a:visited,
a:visited .a {
  border-color: #005b73;
  color: #005b73;
}
a.not-visited {
  color: #308ea6;
  border-bottom-color: #308ea6;
}
a:hover,
a:hover .a { 
  border-color: #308ea6;
  border-bottom-style: solid;
  color: #308ea6;
}
a:focus,
a:focus .a {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  color: #308ea6;
}
a.external:after,
a[rel="external"]:after {
  content: " \f08e";
  font-family: FontAwesome;
}
[role="button"] {
  cursor: pointer;
}
hr {
  display: none !important;
  visibility: hidden;
}

/* =Typography
   ========================================================================== */
/* +Headings
   -------------------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 1em 0 0;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  line-height: 1;
  color: #8e8e8e;
  font-weight: normal;
}
h1,
.h1 {
  line-height: 1.16666667;
  margin-top: .41666667em;
  border-bottom-width: 0;
  padding-bottom: 0;
  color: #000;
  font-size: 1.71428571em;
  text-transform: none;
}
h2,
.h2 {
  line-height: 1.14285714;
  margin-top: .95238095em;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: .47619048em;
  color: inherit;
  font-size: 1.5em;
  text-transform: none;
}
h3,
.h3 {
  margin-top: .83333333em;
  border-bottom-width: 0;
  padding-bottom: 0;
  color: inherit;
  font-size: 1.14285714em;
  letter-spacing: 1px;
  text-transform: uppercase;
}
h4,
.h4 {
  margin-top: .875em;
  border-bottom-width: 0;
  padding-bottom: 0;
  font-size: 1.14285714em;
  color: #8e8e8e;
  text-transform: none;
}
h5,
.h5 {
  border-bottom-width: 0;
  padding-bottom: 0;
  color: #8e8e8e;
  font-size: 1em;
  text-transform: uppercase;
}
h6,
.h6 {
  border-bottom-width: 0;
  padding-bottom: 0;
  color: #000;
  font-size: .92857143em;
  text-transform: none;
}
h2.unadorned,
.h2.unadorned {
  border-bottom-width: 0;
  padding-bottom: 0;
}
h1 small,
.h1 small {
  font-size: 75%;
}
h2 small,
.h2 small {
  font-size: 76.190476%;
}
h3 small,
.h3 small {
  font-size: 75%;
}
h4 small,
.h4 small {
  font-size: 75%;
}
h5 small,
.h5 small {
  font-size: 78.571429%;
}
h6 small,
.h6 small {
  font-size: 84.615385%;
}

/* +Body copy
   -------------------------------------------------------------------------- */
p,
.p {
  margin: .71428571em 0 0;
}
.p {
  border-bottom: 0;
  padding-bottom: 0;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
}
.lead {
  line-height: 1.375;
  font-size: 1.14285714em;
  font-weight: 200;
}
@media (min-width: 768px) {
  .lead {
    line-height: 1.33333333;
    font-size: 1.28571429em;
  }
}

/* +Emphasis
   -------------------------------------------------------------------------- */
small,
.small {
  font-size: 85.714286%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}

/* -Contextual colours */
.text-muted {
  color: #8e8e8e;
}
.text-primary {
  color: #308ea6;
}
.text-success {
  color: #5d812b;
}
.text-info {
  color: #005b73;
}
.text-warning {
  color: #d96815;
}
.text-danger {
  color: #cd242e;
}

/* -Contextual backgrounds */
.bg-primary,
.bg-success,
.bg-info,
.bg-warning,
.bg-danger {
  margin-top: .71428571em;
  padding: .71428571em 15px;
}
.bg-primary :first-child,
.bg-success :first-child,
.bg-info :first-child,
.bg-warning :first-child,
.bg-danger :first-child {
  margin-top: 0;
}
.bg-primary {
  background-color: #d9edf7;
}
.bg-success {
  background-color: #dff0d8;
}
.bg-info {
  background-color: #f5f5f5;
}
.bg-warning {
  background-color: #fdfbdb;
}
.bg-danger {
  background-color: #f5e1e1;
}

/* +Lists
   -------------------------------------------------------------------------- */
ul,
ol {
  margin-top: .71428571em;
  margin-bottom: 0;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-unstyled > li > .list-unstyled {
  padding-left: 15px;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
.list-inline.list-condensed {
  margin-left: -2.5px;
}
.list-inline.list-condensed > li {
  padding-right: 2.5px;
  padding-left: 2.5px;
}
.list-inline.list-condensed-extra {
  margin-left: 0;
}
.list-inline.list-condensed-extra > li {
  padding-right: 0;
  padding-left: 0;
}
.list-inline-comma {
  padding-left: 0;
  list-style: none;
}
.list-inline-comma > li {
  display: inline-block;
}
.list-inline-comma > li:after {
  content: ", ";
}
.list-inline-comma > li:last-child:after {
  content: ".";/* No support in <IE9!!! */
}
dl {
  margin-top: .71428571em;
  margin-bottom: 0;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
dd > p:first-child,
dd > ol:first-child,
dd > ul:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    clear: left;
    float: left;
    width: 11.7857143em;
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 12.8571429em;
  }
  .align-dl-horizontal {
    padding-left: 12.8571429em;
  }
}

/* +Abbreviations
   -------------------------------------------------------------------------- */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #8e8e8e;
}
.initialism {
  font-size: 92.857143%;
  text-transform: uppercase;
}
abbr[title].abbr-unstyled,
abbr[data-original-title].abbr-unstyled {
  border-bottom-width: 0;
}

/* +Addresses
   -------------------------------------------------------------------------- */
address {
  line-height: 1.42857143;
  margin-top: .71428571em;
  font-style: normal;
}
.address-inline {
  display: inline-block;
  margin-top: 0;
}

/* =Code
   ========================================================================== */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* +Inline code
   -------------------------------------------------------------------------- */
code {
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  background-color: #f5f5f5;
  padding: 2px 4px;
  font-size: 92.857143%;
  white-space: nowrap;
}

/* +User input
   -------------------------------------------------------------------------- */
kbd {
  border-radius: 3px;
  background-color: #000;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
  padding: 2px 4px;
  color: #fff;
  font-size: 92.857143%;
}

/* +Blocks of code
   -------------------------------------------------------------------------- */
pre {
  display: block;
  line-height: 1.42857143;
  margin-top: .71428571em;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  background-color: #f5f5f5;
  padding: .71428571em 15px;
  font-size: 92.857143%;
  word-break: break-all;
  word-wrap: break-word;
}
pre code {
  border: 0;
  padding: 0;
  font-size: inherit;
  white-space: pre-wrap;
}
.pre-scrollable {
  max-height: 336px;
  overflow-y: scroll;
}

/* =Grid system
   ========================================================================== */
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  max-width: 1600px;/* Check IE8 support for max-width!!! */
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-non-responsive {
  width: 1170px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: .71428571em;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/* +Extra-small devices: Horizontal at all times
   -------------------------------------------------------------------------- */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}

/* +Small devices: Collapsed to start, horizontal above breakpoint at 768px
   -------------------------------------------------------------------------- */
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}

/* +Medium devices: Collapsed to start, horizontal above breakpoint at 992px
   -------------------------------------------------------------------------- */
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}

/* +Large devices: Collapsed to start, horizontal above breakpoint at 1200px
   -------------------------------------------------------------------------- */
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

/* +Nested grids = Pre-built layouts
   -------------------------------------------------------------------------- */
/* -Extra-small devices */

/* -Small devices */

/* -Medium devices */
@media (min-width: 992px) {
  /* Inside a 10-column width column */
  .col-md-10 .col-md-10 {
    width: 100%;
  }
  .col-md-10 .col-md-9 {
    width: 90%;
  }
  .col-md-10 .col-md-8 {
    width: 80%;
  }
  .col-md-10 .col-md-7 {
    width: 70%;
  }
  .col-md-10 .col-md-6 {
    width: 60%;
  }
  .col-md-10 .col-md-5 {
    width: 50%;
  }
  .col-md-10 .col-md-4 {
    width: 40%;
  }
  .col-md-10 .col-md-3 {
    width: 30%;
  }
  .col-md-10 .col-md-2 {
    width: 20%;
  }
  .col-md-10 .col-md-1 {
    width: 10%;
  }
  .col-md-10 .col-md-pull-9 {
    right: 90%;
  }
  .col-md-10 .col-md-pull-8 {
    right: 90%;
  }
  .col-md-10 .col-md-pull-7 {
    right: 70%;
  }
  .col-md-10 .col-md-pull-6 {
    right: 60%;
  }
  .col-md-10 .col-md-pull-5 {
    right: 50%;
  }
  .col-md-10 .col-md-pull-4 {
    right: 40%;
  }
  .col-md-10 .col-md-pull-3 {
    right: 30%;
  }
  .col-md-10 .col-md-pull-2 {
    right: 20%;
  }
  .col-md-10 .col-md-pull-1 {
    right: 10%;
  }
  .col-md-10 .col-md-pull-0 {
    right: 0;
  }
  .col-md-10 .col-md-push-9 {
    left: 90%;
  }
  .col-md-10 .col-md-push-8 {
    left: 80%;
  }
  .col-md-10 .col-md-push-7 {
    left: 70%;
  }
  .col-md-10 .col-md-push-6 {
    left: 60%;
  }
  .col-md-10 .col-md-push-5 {
    left: 50%;
  }
  .col-md-10 .col-md-push-4 {
    left: 40%;
  }
  .col-md-10 .col-md-push-3 {
    left: 30%;
  }
  .col-md-10 .col-md-push-2 {
    left: 20%;
  }
  .col-md-10 .col-md-push-1 {
    left: 10%;
  }
  .col-md-10 .col-md-push-0 {
    left: 0;
  }
  .col-md-10 .col-md-offset-9 {
    margin-left: 90%;
  }
  .col-md-10 .col-md-offset-8 {
    margin-left: 80%;
  }
  .col-md-10 .col-md-offset-7 {
    margin-left: 70%;
  }
  .col-md-10 .col-md-offset-6 {
    margin-left: 60%;
  }
  .col-md-10 .col-md-offset-5 {
    margin-left: 50%;
  }
  .col-md-10 .col-md-offset-4 {
    margin-left: 40%;
  }
  .col-md-10 .col-md-offset-3 {
    margin-left: 30%;
  }
  .col-md-10 .col-md-offset-2 {
    margin-left: 20%;
  }
  .col-md-10 .col-md-offset-1 {
    margin-left: 10%;
  }
  .col-md-10 .col-md-offset-0 {
    margin-left: 0;
  }
  /* -Inside a 9-column width column */
  .col-md-9 .col-md-9 {
    width: 100%;
  }
  .col-md-9 .col-md-8 {
    width: 88.88888889%;
  }
  .col-md-9 .col-md-7 {
    width: 77.77777778%;
  }
  .col-md-9 .col-md-6 {
    width: 66.66666667%;
  }
  .col-md-9 .col-md-5 {
    width: 55.55555556%;
  }
  .col-md-9 .col-md-4 {
    width: 44.44444444%;
  }
  .col-md-9 .col-md-3 {
    width: 33.33333333%;
  }
  .col-md-9 .col-md-2 {
    width: 22.22222222%;
  }
  .col-md-9 .col-md-1 {
    width: 11.11111111%;
  }
  .col-md-9 .col-md-pull-9 {
    right: 100%;
  }
  .col-md-9 .col-md-pull-8 {
    right: 88.88888889%;
  }
  .col-md-9 .col-md-pull-7 {
    right: 77.77777778%;
  }
  .col-md-9 .col-md-pull-6 {
    right: 66.66666667%;
  }
  .col-md-9 .col-md-pull-5 {
    right: 55.55555556%;
  }
  .col-md-9 .col-md-pull-4 {
    right: 44.44444444%;
  }
  .col-md-9 .col-md-pull-3 {
    right: 33.33333333%;
  }
  .col-md-9 .col-md-pull-2 {
    right: 22.22222222%;
  }
  .col-md-9 .col-md-pull-1 {
    right: 11.11111111%;
  }
  .col-md-9 .col-md-pull-0 {
    right: 0;
  }
  .col-md-9 .col-md-push-9 {
    left: 100%;
  }
  .col-md-9 .col-md-push-8 {
    left: 88.88888889%;
  }
  .col-md-9 .col-md-push-7 {
    left: 77.77777778%;
  }
  .col-md-9 .col-md-push-6 {
    left: 66.66666667%;
  }
  .col-md-9 .col-md-push-5 {
    left: 55.55555556%;
  }
  .col-md-9 .col-md-push-4 {
    left: 44.44444444%;
  }
  .col-md-9 .col-md-push-3 {
    left: 33.33333333%;
  }
  .col-md-9 .col-md-push-2 {
    left: 22.22222222%;
  }
  .col-md-9 .col-md-push-1 {
    left: 11.11111111%;
  }
  .col-md-9 .col-md-push-0 {
    left: 0;
  }
  .col-md-9 .col-md-offset-9 {
    margin-left: 100%;
  }
  .col-md-9 .col-md-offset-8 {
    margin-left: 88.88888889%;
  }
  .col-md-9 .col-md-offset-7 {
    margin-left: 77.77777778%;
  }
  .col-md-9 .col-md-offset-6 {
    margin-left: 66.66666667%;
  }
  .col-md-9 .col-md-offset-5 {
    margin-left: 55.55555556%;
  }
  .col-md-9 .col-md-offset-4 {
    margin-left: 44.44444444%;
  }
  .col-md-9 .col-md-offset-3 {
    margin-left: 33.33333333%;
  }
  .col-md-9 .col-md-offset-2 {
    margin-left: 22.22222222%;
  }
  .col-md-9 .col-md-offset-1 {
    margin-left: 11.11111111%;
  }
  .col-md-9 .col-md-offset-0 {
    margin-left: 0;
  }
}

/* -Large devices */

/* +Layouts
   -------------------------------------------------------------------------- */
.content {
  background-color: #fff;
  padding-bottom: .71428571em;
}

/* =Tables
   ========================================================================== */
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}

/* +Basic example
   -------------------------------------------------------------------------- */
.table {
  width: 100%;
  margin: .71428571em 0 0;
  border-collapse: separate;
  border-spacing: 5px;
  background-color: transparent;
}
.table > caption {
  border-top: 1px dotted #828487;
  padding-top: .35714286em;
  font-weight: bold;
}
.table > caption > code {
  font-weight: normal;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border: 1px dotted #828487;
  padding: .35714286em 10px;
  vertical-align: top;
  text-align: left;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th {
  background-color: #f5f5f5;
  vertical-align: bottom;
  font-weight: bold;
}
.table > thead > tr > th > :first-child,
.table > tbody > tr > th > :first-child,
.table > tfoot > tr > th > :first-child,
.table > thead > tr > td > :first-child,
.table > tbody > tr > td > :first-child,
.table > tfoot > tr > td > :first-child {
  margin-top: 0;
}

/* +Small table
   -------------------------------------------------------------------------- */
.table-small {
  width: auto;
}

/* +Condensed table
   -------------------------------------------------------------------------- */
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 2px 5px;
  font-size: .92307692em;
}

/* +Striped rows
   -------------------------------------------------------------------------- */
.table-striped > caption {
  background-color: #fff;
}
.table-striped > tbody > tr:nth-child(even) > td {
  background-color: #f5f5f5;
}

/* +Hover rows
   -------------------------------------------------------------------------- */
.table-hover > tbody > tr:hover > th,
.table-hover > tbody > tr:hover > td {
  background-color: #e5e5e5;
}

/* +Table grids HAVEN"T BEEN TESTED!!!
   -------------------------------------------------------------------------- */
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}

/* +Contextual classes
   -------------------------------------------------------------------------- */
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #e5e5e5;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fdfbdb;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f5e1e1;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

/* +Responsive tables
   -------------------------------------------------------------------------- */
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-top: .71428571em;
    border: 1px solid #d3d3d3;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive > .table {
    width: auto;
    margin-top: .35714286em;
  }
  .table-responsive > .table > caption {
    margin-right: 5px;
    margin-left: 5px;
    text-align: left;
  }
}

/* =Forms
   ========================================================================== */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  line-height: inherit;
  margin-top: .71428571em;
  border: 0;
  padding: 0;
  font-weight: bold;
}
legend + .list-unstyled,
legend + .list-unstyled > .radio,
legend + .list-unstyled > .checkbox,
legend + .list-inline {
  margin-top: 0;
}
legend + .list-inline {
  margin-left: 0;
}
label,
.label-pseudo {
  display: inline-block;
  margin-bottom: .35714286em;
  font-weight: bold;
}
.list-unstyled > .form-group,
.list-unstyled > .radio,
.list-unstyled > .checkbox,
.list-unstyled > .help-block,
.list-unstyled > .form-action {
  margin-top: .71428571em;
}
.list-unstyled > .radio + .radio,
.list-unstyled > .checkbox + .checkbox {
  margin-top: 0;
}

/* +Supported controls
   -------------------------------------------------------------------------- */
input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  display: inline-block;
  line-height: normal;
  margin: .28571429em .21428571em 0 0;
  margin-top: 1px \9;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  line-height: 1.42857143;
  padding-top: .28571429em;
  font-size: 1em;
}
.form-control {
  display: block;
  width: 100%;
  height: 2em;
  line-height: 1.42857143;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  background-image: none;
  padding: 3px 10px;
  color: #000;
  font-size: 1em;
}
.select-pseudo-scrollable {
  min-height: auto;
  height: auto;
  max-height: 136px;
  padding-top: 0;
  padding-bottom: 0;
  overflow-y: scroll;
}
.select-pseudo-scrollable-lg {
  max-height: 336px;
}
.form-control-static {
  display: block;
  width: 100%;
  height: 2em;
  line-height: 1.42857143;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  padding: 3px 0;
}
.form-control:focus {
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
  border-color: #308ea6;
  background-color: #fdfbdb;
}
.form-control::-moz-placeholder {
  color: #8e8e8e;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #8e8e8e;
}
.form-control::-webkit-input-placeholder {
  color: #8e8e8e;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #f5f5f5;
  opacity: 1;
  color: #8e8e8e;
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
  resize: vertical;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 2em;
}
.radio,
.checkbox {
  min-height: 1.42857143em;
}
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.checkbox[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .checkbox {
  cursor: not-allowed;
}

/* +Control sizing
   -------------------------------------------------------------------------- */
.input-sm {
  height: 1.84615385em;
  line-height: 1.23076923;
  border-radius: 3px;
  padding: 2px 6px;
  font-size: .92857143em;
}
select.input-sm {
  height: 1.84615385em;
  line-height: 1.84615385;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 2.11111111em;
  line-height: 1.33333333;
  padding: 6px 15px;
  border-radius: 5px;
  font-size: 1.28571429em;
}
select.input-lg {
  height: 2.11111111em;
  line-height: 2.11111111;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.input-xs {
  height: 1.69230769em;
  line-height: 1.23076923;
  border-radius: 3px;
  padding: 1px 4px;
  font-size: .92857143em;
}
select.input-xs {
  height: 1.69230769em;
  line-height: 1.69230769;
}
textarea.input-xs,
select[multiple].input-sm {
  height: auto;
}
.input-condensed {
  padding-right: 5px;
  padding-left: 5px;
}
.input-condensed.input-sm {
  padding-right: 3px;
  padding-left: 3px;
}
.input-condensed.input-xs {
  padding-right: 2px;
  padding-left: 2px;
}

/* +Validation states
   -------------------------------------------------------------------------- */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #5d812b;
}
.has-success .form-control {
  border-color: #5d812b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2a4e00;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #6a8e38;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #6a8e38;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #d96815;
}
.has-warning .form-control {
  border-color: #d96815;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #a63500;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #cc5b08;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #cc5b08;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #cd242e;
}
.has-error .form-control {
  border-color: #cd242e;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #9a0000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #da313b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #da313b;
}

/* +Help text
   -------------------------------------------------------------------------- */
span.help-block {
  display: block;
  margin-top: .35714286em;
}

/* +Basic form
   -------------------------------------------------------------------------- */
.form {
  margin-top: .71428571em;
  margin-bottom: .71428571em;
}
.form .radio,
.form .checkbox {
  padding-left: 20px;
}
.form .radio input[type="radio"],
.form .checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

/* +Inline forms
   -------------------------------------------------------------------------- */
.form-inline {
  margin-top: .71428571em;
}
.form-inline ul {
  padding-left: 0;
  list-style: none;
}
.form-inline .form-group,
.form-inline .radio,
.form-inline .checkbox,
.form-inline p.help-block,
.form-inline ul > .help-block,
.form-inline .form-action {
  margin-top: .71428571em;
}
.form-inline ul > .help-block,
.form-inline p.help-block {
  margin-bottom: .35714286em;
}
.form-horizontal legend + .list-inline {
  margin-left: -5px;
}
@media (min-width: 768px) {
  .form-inline .form-group,
  .form-inline .radio,
  .form-inline .checkbox,
  .form-inline .help-block,
  .form-inline p.help-block,
  .form-inline ul > .help-block,
  .form-inline .form-action {
    display: inline-block;
    margin-top: 0;
    vertical-align: middle;
  }
  .form-inline ul > .help-block,
  .form-inline p.help-block {
    margin-bottom: 0;
  }
  .form-inline .form-group > label {
    margin-left: 5px;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-group > .form-control,
  .form-inline .form-group > .form-control-static {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .radio > label,
  .form-inline .checkbox > label {
    margin-left: 5px;
  }
  .form-inline .form-group:first-child > label,
  .form-inline .radio:first-child > label,
  .form-inline .checkbox:first-child > label {
    margin-left: 0;
  }
  .form-inline p.help-block,
  .form-inline ul > li.help-block,
  .form-inline p.form-action,
  .form-inline li.form-action,
  .form-inline .help-block + .form-group > .visuallyhidden + .form-control,
  .form-inline .help-block + .form-group > .visuallyhidden + .form-control-static,
  .form-inline .form-group + .form-group > .visuallyhidden + .form-control,
  .form-inline .form-group + .form-group > .visuallyhidden + .form-control-static {
    margin-left: 5px;
  }
}

/* -Small inline form */
.form-inline.form-small ul {
  margin-top: .35714286em;
  padding-left: 0;
  margin-left: -2.5px;
  list-style: none;
}
.form-inline.form-small ul > li {
  display: inline-block;
  line-height: 1.28571429;
  margin-top: .35714286em;
  padding-right: 2.5px;
  padding-left: 2.55px;
}
@media (min-width: 768px) {
  .form-inline.form-small .list-inline > li {
    margin-top: 0; 
  }
}
.form-inline.form-small .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

/* -Export forms */
.form-inline.form-export ol {
  margin-top: 0;
  padding-left: 0;
  list-style: none;
}
.form-inline.form-export ol > li:first-child {
  margin-bottom: .35714286em;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: .35714286em;
}
.form-inline.form-export ul {
  margin-top: .28571429em;
  padding-left: 0;
  list-style: none;
}
.form-inline.form-export ol > li > fieldset > ul > .radio {
  margin-top: 0;
}
.form-inline.form-export ul > li.form-action {
  margin-top: .71428571em;
}
.form-inline.form-export ul > li span.form-action {
  display: inline-block;
  margin-top: .35714286em;
}
@media (min-width: 768px) {
  .form-inline.form-export h2 {
    float: left;
  }
  .form-inline.form-export {
    margin-top: 0;
  }
  .form-inline.form-export ul {
    float: left;
    margin-left: 15px;
  }
  .form-inline.form-export ul > li {
    display: inline-block;
  }
  .form-inline.form-export ul > li.form-action,
  .form-inline.form-export ul > li span.form-action {
    margin-top: 0;
  }
  .form-inline.form-export ol {
    float: left;
    margin-left: 15px;
  }
  .form-inline.form-export ol > li {
    margin-top: .28571429em;
  }
  .form-inline.form-export ol > li:first-child {
    margin-bottom: 0;
    border-bottom-width: 0;
    padding-bottom: 0;
  }
  .form-inline.form-export ol > li ul {
    float: none;
    margin-left: 0;
  }
  .form-inline.form-export ol > li ul {
    float: none;
  }
  .form-inline.form-export ol > li ul > li:first-child {
    margin-left: 0;
  }
  .form-inline.form-export ol > li:first-child ul > li {
    display: block;
  }
  .form-inline.form-export ol > li ul > .radio label,
  .form-inline.form-export ol > li ul > .checkbox label {
    margin-left: 0;
  }
}
@media (min-width: 1280px) {
  .form-inline.form-export ol {
    margin-left: 0;
  }
  .form-inline.form-export ol > li {
    float: left;
    margin-left: 15px;
  }
}

/* +Horizontal forms
   -------------------------------------------------------------------------- */
/* -Fixed-width horizontal forms */
.form-horizontal {
  margin-top: 1.42857143em;
  margin-bottom: 1.42857143em;
}
.form-horizontal .control-label {
  margin-top: .35714286em;
}
.form-horizontal legend + .list-inline {
  margin-left: -5px;
}
.form-horizontal .select-pseudo-scrollable .select-pseudo-tree-view {
  margin-top: .35714286em;
}
.form-horizontal .select-pseudo-scrollable .select-pseudo-tree-view .checkbox {
  margin-top: 0;
}
.form-horizontal-has-icon .icon {
  float: right;
  margin-top: -1px;
}
.form-horizontal-has-icon .radio-has-inline-icon .icon,
.form-horizontal-has-icon .checkbox-has-inline-icon .icon {
  float: none;
  display: inline-block;
  margin-top: -.14285714em;
  margin-left: .42857143em;
  vertical-align: middle;
}
.form-horizontal-has-icon .icon > .fa {
  font-size: 2em;
}
@media (min-width: 768px) {
  .form-horizontal .control-label,
  .form-horizontal legend {
    display: block;
    clear: left;
    float: left;
    width: 11.7857143em;
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .form-horizontal legend {
    margin-top: .78571429em;
  }
  .form-horizontal legend + .list-unstyled,
  .form-horizontal legend + .list-inline,
  .form-horizontal .form-control-group,
  .form-horizontal .radio,
  .form-horizontal .checkbox,
  .form-horizontal p.help-block,
  .form-horizontal .form-action {
    display: block;
    margin-left: 12.8571429em;
  }
  .form-horizontal .select-pseudo-scrollable .checkbox {
    margin-left: 0;
  }
  .form-horizontal legend + .list-unstyled,
  .form-horizontal legend + .list-inline {
    margin-top: .71428571em;
    margin-left: 0;
  }
  .form-horizontal legend + .list-unstyled {
    margin-left: 0;
  }
  .form-horizontal legend + .list-inline {
    margin-left: 12.8571429em;
  }
  .form-horizontal legend + .list-inline > li {
    margin-left: -5px;
  }
  .form-horizontal legend + .list-inline > .radio,
  .form-horizontal legend + .list-inline > .checkbox {
    display: inline;
  }
  .form-horizontal-has-icon .form-control-group {
    margin-right: 2.42857143em;
  }
  .form-horizontal-has-icon .icon {
    clear: right;
    width: 1.71428572em;
    margin-top: 0;
    text-align: right;
  }
  .form-horizontal input[type="file"] {
    padding-top: .28571429em;
  }
  .form-horizontal .form-control-small {
    width: 17.1428571em;
  }
  .form-horizontal .form-group-small {
    float: left;
    width: 16.4285714em;
    width: 20.7142857em;
  }
  .form-horizontal .form-group-small .form-control-group {
    margin-left: 1.07142857em;
  }
  .form-horizontal .form-group-small .form-control-group > .form-control,
  .form-horizontal .form-group-small .form-control-group > .form-control-static {
    width: 12.8571429em;
    width: 17.1428571em;
  }
}

/* -Settings form */
.form-settings > h2 + .form-horizontal {
  margin-top: 0;
}
.form-settings .form-group + .form-group {
  margin-top: 0;
}
@media (min-width: 768px) {
  .form-settings .form-group-multiple .control-label {
    display: inline-block;
    clear: none;
    float: none;
    width: auto;
    overflow: auto;
    margin-left: 15px;
    text-align: left;
    text-overflow: auto;
    white-space: normal;
  }
  .form-settings .form-group-multiple .control-label:first-child {
    display: block;
    clear: left;
    float: left;
    width: 11.7857143em;
    overflow: hidden;
    margin-left: 0;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .form-settings .form-control-group .form-control.email {
    width: 30.7857143em;
  }
  .form-settings .form-group-multiple .form-control-group {
    display: inline-block;
    margin-left: 15px;
  }
}

/* =Buttons
   ========================================================================== */
.btn,
a.btn:visited {
  display: inline-block;
  line-height: 1.42857143;
  margin-bottom: 0;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 3px 10px;
  background-color: #fff;
  background-image: none;
  vertical-align: middle;
  color: #5b5c5e;
  font-size: 1em;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.btn:focus,
a.btn:visited,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
a.btn:visited:hover,
a.btn:visited:focus {
  border-color: #ccc;
  background-color: #f5f5f5;
  text-decoration: none;
}
.btn:active,
.btn.active,
a.btn.active:visited {
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  opacity: .7;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: not-allowed;
  pointer-events: none;
}

/* +Options
   -------------------------------------------------------------------------- */
.btn-default,
a.btn-default:visited {
  border-color: #e5e5e5;
  background-color: #e5e5e5;
  color: #5b5c5e;
}
.btn-default:hover,
.btn-default:focus,
a.btn-default:visited:hover,
a.btn-default:visited:focus,
.btn-default:active,
.btn-default.active,
a.btn-default.active:visited,
.open .dropdown-toggle.btn-default {
  background-color: #ccc;
  border-color: #ccc;
  color: #308ea6;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  color: #8e8e8e;
}
.btn-primary,
a.btn-primary:visited {
  border-color: #308ea6;
  background-color: #308ea6;
  color: #fff;
}
.btn-primary:hover,
.btn-primary:focus,
a.btn-primary:visited:hover,
a.btn-primary:visited:focus,
.btn-primary:active,
.btn-primary.active,
a.btn-primary.active:visited,
.open .dropdown-toggle.btn-primary {
  border-color: #17758d;
  background-color: #17758d;
  color: #fff;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #4aa8c0;
  border-color: #4aa8c0;
}
.btn-warning,
a.btn-warning:visited {
  border-color: #d96815;
  background-color: #d96815;
  color: #fff;
}
.btn-warning:hover,
.btn-warning:focus,
a.btn-warning:visited:hover,
a.btn-warning:visited:focus,
.btn-warning:active,
.btn-warning.active,
a.btn-warning.active:visited,
.open .dropdown-toggle.btn-warning {
  border-color: #c04f00;
  background-color: #c04f00;
  color: #fff;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f3822f;
  border-color: #f3822f;
}

/* -RSS button */
.btn-rss,
a.btn-rss:visited {
  border-color: #e96f34;
  background-color: #e96f34;
  color: #fff;
}
.btn-rss:hover,
.btn-rss:focus,
a.btn-rss:visited:hover,
a.btn-rss:visited:focus {
  border-color: #c3490e;
  background-color: #c3490e;
  color: #fff;
}
.btn-rss .fa,
.btn-rss:hover .fa,
.btn-rss:focus .fa {
  color: #fff;
}

/* +Button sizes
   -------------------------------------------------------------------------- */
.btn-lg {
  line-height: 1.33333333;
  border-radius: 5px;
  padding: 6px 15px;
  font-size: 1.28571429em;
}
.btn-sm {
  line-height: 1.53846154;
  padding: 1px 7px;
  font-size: .92857143em;
}
.btn-xs {
  line-height: 1.38461538;
  padding: 1px 4px;
  font-size: .92857143em;
}

/* -Block-level button */
.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.btn-block + .btn-block {
  margin-top: .35714286em;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* +Button with icons
   -------------------------------------------------------------------------- */
.btn > .icon-right,
.btn > .icon-left {
  display: inline-block;
}
.btn > .icon-right {
  margin-left: 3px;
}
.btn > .icon-left {
  margin-right: 3px;
}
.btn-lg > .icon-right {
  margin-left: 4px;
}
.btn-lg > .icon-left {
  margin-right: 4px;
}
.btn-sm > .icon-right {
  margin-left: 2px;
}
.btn-sm > .icon-left {
  margin-right: 2px;
}
.btn-xs > .icon-right {
  margin-left: 1px;
}
.btn-xs > .icon-left {
  margin-right: 1px;
}

/* =Images
   ========================================================================== */
img {
  vertical-align: middle;
}
a.img,
a.img:hover,
a.img:focus {
  border-bottom-color: transparent;
}
a.img:hover,
a.img:focus,
a.img-responsive:hover,
a.img-responsive:focus,
a.img-thumbnail:hover,
a.img-thumbnail:focus {
  opacity: .7;
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
a.img-responsive:hover,
a.img-responsive:focus,
a.img-responsive:visited:hover,
a.img-responsive:visited:focus,
a.img-thumbnail:hover,
a.img-thumbnail:focus,
a.img-thumbnail:visited:hover,
a.img-thumbnail:visited:focus {
  border-style: solid;
  border-color: #308ea6;
}
.img-responsive,
.img-thumbnail {
  border: 1px dotted #828487;
  background-color: #fff;
  padding: 3px;
}
a.img-responsive:visited,
a.img-thumbnail:visited {
  border-color: #000;
}
.img-responsive,
a.img-responsive > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
.img-thumbnail,
a.img-thumbnail > img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  line-height: 1.42857143;
}
.img-thumbnail.disabled {
  opacity: .7;
}
.img-disabled,
a.img-disabled,
a.img-disabled:hover,
a.img-disabled:focus {
  opacity: .4;
  cursor: not-allowed;
}
a.img-responsive.img-disabled,
a.img-responsive.img-disabled:visited,
a.img-responsive.img-disabled:hover,
a.img-responsive.img-disabled:focus,
a.img-thumbnail.img-disabled,
a.img-thumbnail.img-disabled:visited,
a.img-thumbnail.img-disabled:hover,
a.img-thumbnail.img-disabled:focus {
  border-style: dotted;
  border-color: #828487;
}
.img.pull-left,
.img-thumbnail.pull-left {
  margin-right: 15px;
}
.img.pull-right,
.img-thumbnail.pull-right {
  margin-left: 15px;
}

/* +Figures
   -------------------------------------------------------------------------- */
figure {
  margin: 1.42857143em 0 0;
  text-align: center;
}
figure figcaption {
  margin-top: .35714286em;
}

/* +Helper classes
   ========================================================================== */
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
          transition: height .35s ease;
}
.trigger > a > span.a {
  margin-left: .33333333em;
}

/* ==========================================================================
   !Components
   ========================================================================== */
/* =Icons
   ========================================================================== */
a.icon {
  border-bottom-color: transparent;
  color: #5b5c5e;
}
a:visited.icon {
  color: #000;
}
a.icon.not-visited {
  color: #5b5c5e;
}
a.icon:hover,
a.icon:focus {
  color: #308ea6;
}
.icon.disabled,
.icon.disabled:visited {
  color: #8e8e8e;
  cursor: not-allowed;
}
.icon.disabled:hover,
.icon.disabled:visited:hover,
.icon.disabled:focus,
.icon.disabled:visited:focus {
  color: #8e8e8e;
}
a.icon > .a {
  border-bottom-color: transparent;
}
a.icon:hover > .a,
a.icon:focus > .a {
  border-bottom-color: #308ea6;
}
.nav-tabs > li > a.icon,
.nav-tabs > li > a.icon:hover span,
.nav-tabs > li > a.icon:focus span {
  color: #308ea6;
}
.nav-tabs > li > a.icon span,
.nav-tabs > li.active > a.icon:hover span,
.nav-tabs > li.active > a.icon:focus span {
  color: #5b5c5e;
}

/* +Glyphicons Halflings
   -------------------------------------------------------------------------- */
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('/National_Library/20160521004321oe_/http://copac.jisc.ac.uk/fonts/shared/vendor/glyphicons-halflings-regular.eot');
  src: url('/National_Library/20160521004321oe_/http://copac.jisc.ac.uk/fonts/shared/vendor/glyphicons-halflings-regular.eot#iefix') format('embedded-opentype'), url('/National_Library/20160521004321oe_/http://copac.jisc.ac.uk/fonts/shared/vendor/glyphicons-halflings-regular.woff') format('woff'), url('/National_Library/20160521004321oe_/http://copac.jisc.ac.uk/fonts/shared/vendor/glyphicons-halflings-regular.ttf') format('truetype'), url('/National_Library/20160521004321oe_/http://copac.jisc.ac.uk/fonts/shared/vendor/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {/* No support for :before in <IE8!!! */
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* -Available glyphs */
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

/* +Font Awesome icons
   -------------------------------------------------------------------------- */
/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url('/National_Library/20160521004321oe_/http://copac.jisc.ac.uk/fonts/shared/vendor/fontawesome-webfont.eot?v=4.1.0');
  src: url('/National_Library/20160521004321oe_/http://copac.jisc.ac.uk/fonts/shared/vendor/fontawesome-webfont.eot#iefix&v=4.1.0') format('embedded-opentype'), url('/National_Library/20160521004321oe_/http://copac.jisc.ac.uk/fonts/shared/vendor/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('/National_Library/20160521004321oe_/http://copac.jisc.ac.uk/fonts/shared/vendor/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('/National_Library/20160521004321oe_/http://copac.jisc.ac.uk/fonts/shared/vendor/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  position: relative;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* -Available glyphs */
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-square:before,
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}

/* -RSS icon */
.fa-rss,
.fa-rss-square {
  color: #e96f34;
}
a.icon:hover .fa-rss,
a.icon:hover .fa-rss-square,
a.icon:focus .fa-rss,
a.icon:focus .fa-rss-square {
  color: #c3490e;/* 15% darker (used hexcolortool.com)!!! */
}
a.icon.disabled .fa-rss,
a.icon.disabled .fa-rss-square,
.icon.disabled.fa-rss,
.icon.disabled.fa-rss-square {
  color: #ffbc81;
}

/* +The Framework's icons: populate this!!!
   -------------------------------------------------------------------------- */
@font-face {
	font-family: 'Copac-UI';
	src:url('/National_Library/20160521004321oe_/http://copac.jisc.ac.uk/fonts/shared/the-framework/Copac-UI.eot?-y2pubh');
	src:url('/National_Library/20160521004321oe_/http://copac.jisc.ac.uk/fonts/shared/the-framework/Copac-UI.eot#iefix') format('embedded-opentype'),
		url('/National_Library/20160521004321oe_/http://copac.jisc.ac.uk/fonts/shared/the-framework/Copac-UI.woff?-y2pubh') format('woff'),
		url('/National_Library/20160521004321oe_/http://copac.jisc.ac.uk/fonts/shared/the-framework/Copac-UI.ttf?-y2pubh') format('truetype'),
		url('/National_Library/20160521004321oe_/http://copac.jisc.ac.uk/fonts/shared/the-framework/Copac-UI.svg?-y2pubh#Copac-UI') format('svg');
	font-weight: normal;
	font-style: normal;
}
[class^="fi-"], [class*=" fi-"] {
	font-family: 'Copac-UI';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
[class^="fi-works-"], [class*=" fi-works-"] {
  font-size: .85714286em;
}

/* -Available glyphs */
.fi-view-citation:before {
  content: "\e600";
}
.fi-view-expanded:before {
  content: "\e601";
}
.fi-view-list:before {
  content: "\e602";
}
.fi-view-marc:before {
  content: "\e603";
}
.fi-view-normal:before {
  content: "\e604";
}
.fi-works-ebook:before {
  content: "\e605";
}
.fi-works-manuscript:before {
  content: "\e606";
}
.fi-works-microform:before {
  content: "\e607";
}
.fi-works-mixed:before {
  content: "\e608";
}
.fi-works-online:before {
  content: "\e609";
}
.fi-works-printed:before {
  content: "\e60a";
}
.fi-works-tactile:before {
  content: "\e60b";
}
.fi-saved:before {
  content: "\e60c";
}

/* +Icon sizing
   -------------------------------------------------------------------------- */
.icon-sm {
  font-size: .92857143em;
}
.icon-lg {
  font-size: 1.142857141em;
}
.icon-xl {
  font-size: 1.28571429em;
}
.icon-xxl {
  font-size: 1.57142857em;
}
.icon-xxxl {
  font-size: 2em;
}

/* =Dropdowns
   ========================================================================== */
/* +Carets
   -------------------------------------------------------------------------- */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0;
  border-top: 6px solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  vertical-align: middle;
}

/* +Dropdowns
   -------------------------------------------------------------------------- */
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  background-color: #fff;
  background-clip: padding-box;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 1em;
  list-style: none;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  clear: both;
  display: block;
  line-height: 1.42857143;
  border-bottom-width: 0;
  padding: 3px 15px;
  font-weight: normal;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  outline: 0;
  background-color: #e5e5e5;
  color: #5b5c5e;
  text-decoration: none;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #8e8e8e;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  background-color: transparent;
  background-image: none;
  text-decoration: none;
  cursor: not-allowed;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  line-height: 1.42857143;
  padding: 3px 15px;
  color: #8e8e8e;
  font-size: .85714286em;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret {
  content: "";
  border-top: 0;
  border-bottom: 6px solid;
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}

/* =Button dropdowns
   ========================================================================== */
.btn-sm .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-sm .caret {
  border-width: 0 5px 5px;
}
.btn-xs .caret {
  border-width: 4px 4px 0;
  border-bottom-width: 0;
}
.dropup .btn-xs .caret {
  border-width: 0 4px 4px;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}

/* =Navs
   ========================================================================== */
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
}
.nav > li.active > a,
.nav > li.active > a:hover,
.nav > li.active > a:focus {
  cursor: default;
}
.nav > li.disabled > a {
  color: #8e8e8e;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  background-color: transparent;
  color: #8e8e8e;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #e5e5e5;
  border-color: #308ea6;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

/* +Tabs
   -------------------------------------------------------------------------- */
.nav-tabs {
  margin-top: 1.42857143em;
  border-bottom: 1px solid #e5e5e5;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  line-height: 1.42857143;
  margin-right: 2px;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  padding: 7px 15px;
}
.nav-tabs > li > a:visited {
  color: #308ea6;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus,
.consolidated-records > .nav-tabs > li.format-all > a:hover,
.consolidated-records > .nav-tabs > li.format-all > a:focus {
  border-color: #e5e5e5;
  background-color: #e5e5e5;
}
.nav-tabs > li > a:focus {
  outline: none;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.consolidated-records > .nav-tabs > li.format-all > a {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-bottom-color: transparent;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #5b5c5e;
  cursor: default;
}
.nav-tabs > li.disabled > a {
  border-color: #fff;
  border-bottom-color: #e5e5e5;
}
.nav-tabs > li.disabled > a:visited {
  color: #8e8e8e;
}
.nav-tabs > li.format-all.nonactive > a {
  border-color: transparent;
  background-color: transparent;
}

/* -Condensed tabs */
.nav-tabs.nav-condensed > li > a {
  padding-right: 10px;
  padding-left: 10px;
}

/* -Justified tabs */
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: .35714286em;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #e5e5e5;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

/* -Tabs: Search form */
@media (max-width: 479px) {
  .nav-tabs-form-search > li {
    width: 33.333333%;
    font-size: .92857143em;
    text-align: center;
  }
  .nav-tabs-form-search > li > a {
    padding-right: 0;
    padding-left: 0;
  }
}

/* +Pills
   -------------------------------------------------------------------------- */
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-width: 0;
  border-radius: 4px;
  padding: 4px 11px;
}
.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
  background-color: #e5e5e5;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background-color: #e5e5e5;
  color: #308ea6;
}

/* -Stacked pills */
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* +Pipes
   -------------------------------------------------------------------------- */
.nav-pipes {
  padding-left: 0;
  list-style: none;
}
.nav-pipes > li > a {
  display: inline;
  border-bottom-color: transparent;
}
.nav-pipes > li > a:hover,
.nav-pipes > li > a:focus {
  border-bottom-color: #308ea6;
}
.nav-pipes > li.active > a {
  border-bottom-width: 0;
  color: #5b5c5e;
}
.nav-pipes > li.disabled > a {
  border-bottom-color: transparent;
}
@media (min-width: 320px) {
  .nav-xxxs.nav-pipes > li {
    float: left;
    line-height: 1.14285714;
    margin-top: 2px;
    margin-left: 10px;
    border-left: 1px solid #ccc;
    padding-bottom: 2px;
    padding-left: 10px;
  }
  .nav-xxxs.nav-pipes > li:first-child {
    margin-left: 0;
    border-left-width: 0;
    padding-left: 0;
  }
}
@media (min-width: 480px) {
  .nav-xxs.nav-pipes > li {
    float: left;
    line-height: 1.14285714;
    margin-top: 2px;
    margin-left: 10px;
    border-left: 1px solid #ccc;
    padding-bottom: 2px;
    padding-left: 10px;
  }
  .nav-xxs.nav-pipes > li:first-child {
    margin-left: 0;
    border-left-width: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .nav-xs.nav-pipes > li {
    float: left;
    line-height: 1.14285714;
    margin-top: 2px;
    margin-left: 10px;
    border-left: 1px solid #ccc;
    padding-bottom: 2px;
    padding-left: 10px;
  }
  .nav-xs.nav-pipes > li:first-child {
    margin-left: 0;
    border-left-width: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .nav-sm.nav-pipes > li {
    float: left;
    line-height: 1.14285714;
    margin-top: 2px;
    margin-left: 10px;
    border-left: 1px solid #ccc;
    padding-bottom: 2px;
    padding-left: 10px;
  }
  .nav-sm.nav-pipes > li:first-child {
    margin-left: 0;
    border-left-width: 0;
    padding-left: 0;
  }
}

/* +Justifed navs
   -------------------------------------------------------------------------- */
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: .35714286em;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}

/* -Justified tabs again */
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #e5e5e5;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #e5e5e5;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

/* +Tab panes
   -------------------------------------------------------------------------- */
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

/* Tab dropdowns
   -------------------------------------------------------------------------- */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* Lists as nav
   -------------------------------------------------------------------------- */
.list-nav .active > a.icon {
  color: #8e8e8e;
  cursor: default;
}
.list-nav > li a.icon:focus {
  outline: none;
}

/* +Page contents
   -------------------------------------------------------------------------- */
.page-contents > .nav-pipes > li {
  font-size: .92857143em;
}
.page-contents > .nav-pipes > li a:before {
  position: relative;
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f107\2004";
  color: #5b5c5e;
}

/* Secondary nav
   -------------------------------------------------------------------------- */
.nav-secondary {
  margin-left: -15px;
  padding-left: 0;
  list-style: none;
}
.nav-secondary > li > ul {
  padding-left: 0;
  list-style: none;
}
.nav-secondary > li > ul > li {
  font-size: .92857143em;
}
.nav-secondary > li > ul > li a {
  padding-left: 37.5px;
}
.nav-secondary a,
.nav-secondary .active a {
  display: inline-block;
  border-bottom-width: 0;
  border-left: 2px solid transparent;
}
.nav-secondary a {
  padding-left: 22.5px;
  text-indent: -7.5px;
}
.nav-secondary a:hover,
.nav-secondary a:focus {
  border-left-color: #308ea6;
}
.nav-secondary .active a {
  border-left-color: #5b5c5e;
  color: #5b5c5e;
  cursor: default;
}

/* =Header
   ========================================================================== */
/* +Skip link
   -------------------------------------------------------------------------- */
.skip-link {
  margin-top: 0;
  height: 1.07142857em;
  min-height: 15px;
  line-height: 1.07142857;
}

/* +Site warnings
   -------------------------------------------------------------------------- */
.site-warnings .callout {
  margin-top: 0;
}

/* +Navbar
   -------------------------------------------------------------------------- */
/* Flaky design!!! */
.navbar {
  position: relative;
  min-height: 64px;
}
.navbar-header .toggle-container,
.navbar-header h1 {
  margin-top: 0;
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .navbar-collapse {
    max-height: auto;
  }
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse.navbar-nav-collapse-ccm {
    width: auto;
    border-top: 0;
    border-bottom: 0;
    box-shadow: none;
  }
  .navbar-collapse.navbar-nav-collapse-ccm.collapse {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
    padding-bottom: 0;
  }
  .navbar-collapse.navbar-nav-collapse-ccm.in {
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-collapse.navbar-collapse-nav-primary {
    width: auto;
    border-top: 0;
    border-bottom: 0;
    box-shadow: none;
  }
  .navbar-collapse.navbar-collapse-nav-primary.collapse {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
    padding-bottom: 0;
  }
  .navbar-collapse.navbar-collapse-nav-primary.in {
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
.navbar-collapse.navbar-collapse-form-search-persistent {
    width: auto;
    border-top: 0;
    border-bottom: 0;
    box-shadow: none;
  }
  .navbar-collapse.navbar-collapse-form-search-persistent.collapse {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
    padding-bottom: 0;
  }
  .navbar-collapse.navbar-collapse-form-search-persistent.in {
    overflow-y: visible;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 992px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-brand {
  float: left;
  height: 1.88888889em;
  line-height: 1.11111111em;
  margin-bottom: .83333333em;
  border-bottom-color: transparent;
  padding: 0 .83333333em;
  font-size: .75em;
}
.navbar-brand > img {
  height: 34px;
}
@media (min-width: 992px) {
  .navbar-brand {
    height: 2.77777778em;
    margin-bottom: 0;
  }
  .navbar-brand > img {
    height: 50px;
  }
}
.navbar-brand:hover,
.navbar-brand:focus {
  border-bottom-color: transparent;
  background-color: #e5e5e5;
}
.navbar-brand.navbar-brand-text {
  padding-top: .38888889em;
  padding-bottom: .38888889em;
}
@media (min-width: 768px) {
  .navbar-brand.navbar-brand-text {
    padding-top: .83333333em;
    padding-bottom: .83333333em;
  }
}
.navbar-my-area-dropdown > .btn {
  padding-top: 0.42857143em;
  padding-bottom: 0.42857143em;
}
@media (min-width: 600px) {
  .navbar-my-area-dropdown {
  display: none;
  visibility: hidden;
  }
}
.navbar-my-area {
  display: none;
  visibility: hidden;
}
@media (min-width: 600px) {
  .navbar-my-area {
    display: block;
    visibility: visible;
    float: left;
    margin-top: 0;
  }
  .navbar-my-area > li > .btn {
    padding-top: 0.42857143em;
    padding-bottom: 0.42857143em;
  }
}
.navbar-my-area > li > .btn > .navbar-my-area-btn-text {
  display: none;
  visibility: hidden;
}
@media (min-width: 600px) {
  .navbar-my-area > li > .btn > .navbar-my-area-btn-text {
    display: inline;
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .navbar-my-area {
    margin-top: .64285714em;
  }
}
.navbar-sign {
  float: left;
  margin-top: .21428571em;
}
@media (min-width: 768px) {
  .navbar-sign {
    margin-top: .85714286em;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-top: 0;
  margin-right: 15px;
  margin-bottom: 0;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: transparent;
  background-image: none;
  padding: .64285714em 10px;
}
@media (min-width: 992px) {
  .toggle-container > button {
    margin-top: .57142857em;
    margin-bottom: .57142857em;
  }
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .icon-bar-container {
  float: left;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 1.42857143em;
  height: .14285714em;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: .28571429em;
}
.navbar-toggle .navbar-toggle-text  {
  float: right;
  line-height: 1;
  margin-top: -1px;
  margin-left: 7.5px;
}
@media (max-width: 479px) {
  .navbar-toggle.navbar-toggle-nav-primary .navbar-toggle-text {
    display: none;
  }
}
@media (min-width: 480px) {
  .navbar-toggle.navbar-nav-toggle .navbar-toggle-text {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-toggle.navbar-nav-toggle {
    display: none;
  }
  .navbar-toggle.navbar-toggle-nav-primary {
    display: none;
  }
}
@media (min-width: 992px) {
  .navbar-toggle.navbar-toggle-form-search-persistent {
    display: none;
  }
}
.navbar-nav {
  margin: .53571429em -15px;
}
.navbar-nav > li > a {
  line-height: 1.42857143em;
  border-bottom-width: 0;
  padding: .71428571em 15px;
}
@media (max-width: 991px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    box-shadow: none;
    border: 0;
    background-color: transparent;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: .35714286em 15px .35714286em 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 1.42857143em;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    clear: left;
    float: left;
    margin: 0;
    border-bottom: 1px solid transparent;
  }
  .navbar-nav > li {
    float: left;
    margin-bottom: -1px;
  }
  .navbar-nav > li > a {
    line-height: 1.42857143;
    margin-right: 2px;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    padding: .5em 15px;
    font-size: .85714286em;
    letter-spacing: .5px;
    text-transform: uppercase;
  }
  .navbar-nav > li > a:focus {
    outline: none;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 992px) {
  .navbar-nav {
    margin-top: 15px;
    margin-left: 0;
  }
  .navbar-has-form-search-persistent .navbar-nav {
    margin-top: -21px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
    .navbar-form {
      padding: .71428571em 15px;
      margin-top: .57142857em;
      margin-right: -15px;
      margin-bottom: .57142857em;
      margin-left: -15px;
      border-top: 1px solid transparent;
      border-bottom: 1px solid transparent;
      -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
              box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    }
.navbar-form p {
  margin-top: 0;
}
.navbar-form .form-group {
  display: block;
}
.navbar-form .form-action {
  display: block;
  margin-top: .71428571em;
}
.navbar-form .form-action > .btn {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
      .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
      }
  .navbar-form .form-action > .btn {
    display: inline;
    width: auto;
  }
      .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
      }
      .navbar-form .input-group > .form-control {
        width: 100%;
      }
      .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
      }
      .navbar-form .radio,
      .navbar-form .checkbox {
        display: inline-block;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
      }
      .navbar-form .radio input[type="radio"],
      .navbar-form .checkbox input[type="checkbox"] {
        float: none;
        margin-left: 0;
      }
      .navbar-form .has-feedback .form-control-feedback {
        top: 0;
      }
}
/*    @media (max-width: 767px) {
      .navbar-form .form-group {
        margin-bottom: 5px;
      }
    }*/
@media (min-width: 768px) {
      .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
                box-shadow: none;
      }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
@media (min-width: 768px) {
  .navbar-nav > li > .dropdown-menu {
    margin-top: -1px;
  }
}
.navbar-btn {
  margin-top: .57142857em;
  margin-bottom: .57142857em;
}
@media (min-width: 768px) {
  .navbar-btn {
    margin-top: .071428571em;
    margin-bottom: .071428571em;
  }
}
.navbar-btn .btn-sm {
  margin-top: 2px;
  margin-bottom: 2px;
}
.navbar-btn .btn-xs {
  margin-top: 3px;
  margin-bottom: 3px;
}
    .navbar-text {
      margin-top: 15px;
      margin-bottom: 15px;
    }
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}

/* -Default navbar */
.navbar-default {
  background-color: #f5f5f5;
}
.navbar-default .navbar-brand {
  color: #5b5c5e;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #308ea6;
      background-color: transparent;
}
.navbar-default .navbar-text {
  color: #5b5c5e;
}
.navbar-default .navbar-nav > li > a {
  color: #5b5c5e;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  background-color: #e5e5e5;
  color: #308ea6;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: #fff;
  color: #5b5c5e;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  background-color: transparent;
  color: #8e8e8e;
}
.navbar-default .navbar-toggle {
  background-color: #e5e5e5;
  border-color: #e5e5e5;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  border-color: #ccc;
  background-color: #ccc;
  color: #308ea6;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #5b5c5e;
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #308ea6;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e5e5e5;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  border-color: #308ea6;
  color: #5b5c5e;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #5b5c5e;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    background-color: #e5e5e5;
    color: #308ea6;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #5b5c5e;
    background-color: #e5e5e5;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        background-color: transparent;
    color: #8e8e8e;
  }
}
.navbar-default .navbar-link,
.navbar-default .navbar-link:visited {
  border-color: #5b5c5e;
  color: #5b5c5e;
}
.navbar-default .navbar-link:hover,
.navbar-default .navbar-link:focus {
  border-color: #308ea6;
  color: #308ea6;
}

/* -Copac brand navbar (green) */
/* :visited colours!!! */
.navbar-brand-copac {
  background-color: #85aa49;/* Logo bg isn't this colour!!! */
}
.navbar-brand-copac .navbar-brand {
  color: #fff;
}
.navbar-brand-copac .navbar-brand:hover,
.navbar-brand-copac .navbar-brand:focus {
  color: #fff;
      background-color: transparent;
}
.navbar-brand-copac .navbar-text {
  color: #e5e5e5;
}
.navbar-brand-copac .navbar-nav > li > a {
  color: #fff;
}
.navbar-brand-copac .navbar-nav > li > a:hover,
.navbar-brand-copac .navbar-nav > li > a:focus {
  background-color: #5d812b;
}
.navbar-brand-copac .navbar-nav > .active > a,
.navbar-brand-copac .navbar-nav > .active > a:hover,
.navbar-brand-copac .navbar-nav > .active > a:focus {
  background-color: #fff;
  color: #5b5c5e;
}
.navbar-brand-copac .navbar-toggle {
  border-color: #e5e5e5;
  background-color: #85aa49;
  color: #fff;
}
.navbar-brand-copac .navbar-toggle:hover,
.navbar-brand-copac .navbar-toggle:focus {
  border-color: #5d812b;
  background-color: #5d812b;
  color: #fff;
}
.navbar-brand-copac .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-brand-copac .navbar-toggle:hover .icon-bar,
.navbar-brand-copac .navbar-toggle:focus .icon-bar {
  background-color: #fff;
}
.navbar-brand-copac .navbar-collapse,
.navbar-brand-copac .navbar-form {
  border-color: #fff;
}
.navbar-brand-copac .btn-primary,
.navbar-brand-copac a.btn-primary:visited {
  border-color: #5d812b;
  background-color: #5d812b;
}
.navbar-brand-copac .btn-primary:hover,
.navbar-brand-copac .btn-primary:focus,
.navbar-brand-copac a.btn-primary:visited:hover,
.navbar-brand-copac a.btn-primary:visited:focus,
.navbar-brand-copac .btn-primary:active,
.navbar-brand-copac .btn-primary.active,
.navbar-brand-copac a.btn-primary.active:visited,
.navbar-brand-copac .open .dropdown-toggle.btn-primary {
  border-color: #375b05;
  background-color: #375b05;
}
.navbar-brand-copac .btn.disabled,
.navbar-brand-copac .btn[disabled],
.navbar-brand-copac fieldset[disabled] .btn {
  opacity: .4;
}

/* +Persistent search form
   -------------------------------------------------------------------------- */
.form-search-persistent.form-horizontal .form-action {
  text-align: center;
}
.form-search-persistent.form-horizontal .form-action > .btn {
  display: block;
  width: 100%;
}
.form-search-persistent.form-horizontal .form-action > a {
  display: inline-block;
  margin-top: .38461538em;
  font-size: .92857143em;
}
@media (min-width: 992px) {
  .navbar-collapse.navbar-collapse-form-search-persistent {
    padding-right: 0;
  }
  .form-search-persistent.form-horizontal-has-icon .control-label {
    width: 7.30769231em;
    line-height: 1.23076923;
    margin-top: .23076923em;
    font-size: .92857143em;
    font-weight: normal;
  }
  .form-search-persistent.form-horizontal-has-icon .form-group,
  .form-search-persistent.form-horizontal-has-icon .form-action {
    margin-top: 0;
  }
  .form-search-persistent.form-horizontal-has-icon .form-control-group,
  .form-search-persistent.form-horizontal-has-icon .form-action {
    margin-left: 7.85714286em;
  }
  .form-search-persistent.form-horizontal-has-icon .form-control-group {
    margin-right: 1.76923077em;
  }
  .form-search-persistent.form-horizontal-has-icon .form-group-small {
    width: 12.5em;
  }
  .form-search-persistent.form-horizontal-has-icon .form-group-small .form-control-group {
    margin-left: 1.07142857em;
  }
  .form-search-persistent.form-horizontal-has-icon .form-group-small .form-control-group > .form-control,
  .form-search-persistent.form-horizontal-has-icon .form-group-small .form-control-group > .form-control-static {
    width: 10.3846154em;
  }
  .form-search-persistent.form-horizontal-has-icon .form-control {
    width: 10.3846154em;
    height: 1.69230769em;
    line-height: 1.69230769;
    border-radius: 3px;
    padding: 1px 2px;
    font-size: .92857143em;
  }
  .form-search-persistent.form-horizontal-has-icon select.form-control {
    height: 1.69230769em;
    line-height: 1.69230769;
  }
  .form-search-persistent.form-horizontal-has-icon textarea.form-control,
  .form-search-persistent select[multiple].form-control {
    height: auto;
    margin-bottom: .15384615em;
  }
  .form-search-persistent.form-horizontal-has-icon .icon > .fa {
    font-size: 1.57142857em;
  }
  .form-search-persistent.form-horizontal-has-icon .form-action {
    text-align: left;
  }
  .form-search-persistent.form-horizontal-has-icon .form-action > .btn {
    display: inline;
    width: auto;
    line-height: 1.38461538;
    padding: 1px 4px;
    font-size: .92857143em;
  }
  .form-search-persistent.form-horizontal-has-icon .form-action > a {
    display: inline;
    width: auto;
    vertical-align: middle;
  }
}
@media (min-width: 992px) {
  .form-search-persistent {
    float: right;
    margin-top: -4.21428571em;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .form-search-persistent {
    border-left: 1px dotted #ccc;
    padding-left: 13px;
  }
}
@media (min-width: 1152px) {
  .form-search-persistent.form-horizontal-has-icon .form-control {
    width: 16.1538462em;
  }
}
@media (min-width: 1280px) {
  .form-search-persistent.form-horizontal-has-icon .form-control {
    width: 21.9230769em;
  }
}

/* -Persistent search form: Copac brand navbar (green) */
@media (min-width: 1024px) {
  .navbar-brand-copac .form-search-persistent {
    border-left-color: #fff;
  }
}
.navbar-brand-copac .form-search-persistent,
.navbar-brand-copac .form-search-persistent .fa {
  color: #fff;
}
.navbar-brand-copac .form-search-persistent.form-horizontal-has-icon .form-action > a {
  border-color: #fff;
  color: #fff;
}
  /*@media (max-width: 767px) {
  .form-search-persistent.form-horizontal .form-action > .btn {
    line-height: 1.42857143;
    border-radius: 4px;
    padding: 3px 10px;
    font-size: 1em;
  }
}
@media (min-width: 768px) {
  .form-search-persistent {
    float: right;
    margin-bottom: .71428571em;
    border-left: 1px dotted #ccc;
    padding-left: 15px;
  }
  .form-search-persistent.form-horizontal .control-label {
    width: 7.58333333em;
  }
  .form-search-persistent.form-horizontal .form-group,
  .form-search-persistent.form-horizontal .form-action {
    margin-top: 0;
  }
  .form-search-persistent.form-horizontal .form-group {
    line-height: 1.14285714;
  }
  .form-search-persistent.form-horizontal .form-control-group,
  .form-search-persistent.form-horizontal .form-action {
    margin-left: 7.58333333em;
  }
  .form-search-persistent.form-horizontal .form-control {
    width: 10em;
    height: 1.53846154em;
    line-height: 1.53846154;
    padding-top: 0;
    padding-bottom: 0;
  }
  .form-search-persistent.form-horizontal .form-action > .btn {
    display: inline-block;
    width: auto;
  }
  .form-search-persistent.form-horizontal .form-group-small {
    width: 9em;
  }
  .form-search-persistent.form-horizontal .form-group-small .form-control-group {
    margin-left: 15px;
  }
  .form-search-persistent.form-horizontal .form-group-small .form-control-group > .form-control,
  .form-search-persistent.form-horizontal .form-group-small .form-control-group > .form-control-static {
    width: 6.92307692em;
  }
}
@media (min-width: 992px) {
  .form-search-persistent {
    margin-top: -3.85714286em;
  }
.form-search-persistent.form-horizontal .form-control {
    width: 12.5em;
  }
}
@media (min-width: 1280px) {
  .form-search-persistent.form-horizontal .form-control {
    width: 13.75em;
  }
}
@media (min-width: 768px) {
  .form-search-persistent.form-horizontal-has-icon .form-control-group {
    margin-right: 1.5em;
  }
  .form-search-persistent.form-horizontal-has-icon .icon {
    width: 1.14285714em;
  }
  .navbar-default .form-search-persistent {
    border-left: 1px dotted #ccc;
  }
}

/* =Breadcrumbs
   ========================================================================== */
/* The following is used in Copac. */
.breadcrumb-container {
  background-color: #fff;
}
.nav-help {
  float: right;
  margin-top: .57142857em;
  padding-left: 15px;
}
.breadcrumb {
  margin-top: 0;
  border-bottom: 1px solid #e5e5e5;
  padding-top: .71428571em;
  padding-bottom: .71428571em;
  padding-left: 0;
  list-style: none;
}
.breadcrumb > li {
  display: inline;
  font-size: .92857143em;
}
@media (min-width: 767px) {
  .breadcrumb {
    padding-left: 15px;
  }
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  color: #ccc;
}
.breadcrumb > .active {
  color: #8e8e8e;
}
.breadcrumb > .active .icon {
  margin-left: .166666675em;
}
.breadcrumb > .active .icon-xxl {
  vertical-align: bottom;
}

/* And the following is extensions to handle a new layout for CCM (has 2 buttons 
on right, but withouht changing Copac. */
.breadcrumb-nav-help {
  border-bottom: 1px solid #e5e5e5;
  padding-top: .71428571em;
  padding-bottom: .35714286em;
}
.breadcrumb-nav-help > .breadcrumb {
  float: left;
  margin-bottom: .35714286em;
  border-bottom-width: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.breadcrumb-nav-help > ul.nav-help {
  margin-top: -2px;
  padding-left: 0;
  list-style: none;
}
.nav-help > li {
  float: right;
  margin-right: 5px;
}
.nav-help > li:first-child {
  margin-right: 0;
}

/* =Pagination
   ========================================================================== */
.pagination {
  display: inline-block;
  padding-left: 0;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  display: inline-block;
  line-height: 1.38461538;
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
  padding: 1px 5px;
  font-size: .92857143em;
  vertical-align: middle;
}
.pagination > li > a:visited {
  color: #308ea6;
}
.pagination > li > a:hover,
.pagination > li > a:focus {
  border-color: #e5e5e5;
  background-color: #e5e5e5;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  border-color: #e5e5e5;
  background-color: #e5e5e5;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  border-color: #fff;
  background-color: #fff;
  color: #8e8e8e;
  cursor: not-allowed;
}
.pagination > .page-jump .form-group {
  margin-top: 0;
}
.pagination > .page-jump > .form-inline {
  position: relative;
  display: inline-block;
  margin-top: 0;
}
.pagination > .page-jump > .form-inline .form-control {
  display: inline-block;
  width: 3.33333333em;
  text-align: right;
}
.pagination > .page-jump > .form-inline .page-total {
  vertical-align: middle;
  font-size: .92857143em;
}

/* +Modal pager
   -------------------------------------------------------------------------- */
.pager-modal {
  padding-left: 0;
  list-style: none;
}
.pager-modal > li > a,
.pager-modal > li > span {
  display: inline-block;
  border: 1px solid #e5e5e5;
  padding-top: 24px;
  padding-bottom: 23px;
  font-size: 2em;
}
.pager-modal > li > a:visited {
  color: #308ea6;
}
.pager-modal > li > a:hover, 
.pager-modal > li > a:visited {
  background-color: #e5e5e5;
}
.pager-modal > .previous,
.pager-modal > .next {
  position: absolute;
  bottom: 29px;/* This position will need adjusting based on the size of the modal!!! */
}
.pager-modal > .previous {
  left: 0;
}
.pager-modal > .previous > a,
.pager-modal > .previous > span {
  border-left-width: 0;
  border-radius: 0 4px 4px 0;
  padding-right: 5px;
  padding-left: 3px;
}
.pager-modal > .next {
  right: 0;
}
.pager-modal > .next > a,
.pager-modal > .next > span {
  border-right-width: 0;
  border-radius: 4px 0 0 4px;
  padding-right: 3px;
  padding-left: 5px;
}
.pager-modal > .disabled > a,
.pager-modal > .disabled > a:visited,
.pager-modal > .disabled > span {
  color: #8e8e8e;
  cursor: not-allowed;
}
.pager-modal > .disabled > a:hover, 
.pager-modal > .disabled > a:focus {
  background-color: #fff;
}


.visualisations .modal-dialog {
  width: auto;
  margin-right: 30px;
  margin-left: 30px;

}
/*.visualisations .modal-dialog > .modal-content > .modal-body  {
  padding-right: 3.14285714em;
  padding-left: 3.14285714em;
}*/
.visualisations .modal-dialog > .modal-content > .modal-footer  {
  text-align: left;
}

/* =Labels
   ========================================================================== */
.label {
  display: inline;
  line-height: 1;
  padding: .2em .6em .3em;
  vertical-align: baseline;
  color: #fff;
  font-size: 75%;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}
.label[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
h1 .label,
.h1 .label {
  border-radius: 5px;
}
h2 .label,
.h2 .label,
h3 .label,
.h3 .label {
  border-radius: 4px;
}
h4 .label,
.h4 .label,
h5 .label,
.h5 .label {
  border-radius: 3px;
}
h6 .label,
.h6 .label {
  border-radius: 2px;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #5b5c5e;
}
.label-primary {
  background-color: #308ea6;
}
.label-success {
  background-color: #5d812b;
}
.label-info {
  background-color: #8e8e8e;
}
.label-warning {
  background-color: #d96815;
}
.label-danger {
  background-color: #cd242e;
}

/* =Thumbnails
   ==========================================================================

/* =Alerts
   ========================================================================== */
.alert {
  margin-top: .71428571em;
  padding: .71428571em 15px;
  border: 1px solid transparent;
  border-radius: 5px;
}
.alert h1:first-child,
.alert h2:first-child,
.alert h3:first-child,
.alert h4:first-child,
.alert h5:first-child,
.alert h6:first-child,
.alert p:first-child,
.alert ol:first-child,
.alert ul:first-child,
.alert dl:first-child,
.alert figure:first-child,
.alert > .visuallyhidden:first-child + p,
.alert > .visuallyhidden:first-child + ol,
.alert > .visuallyhidden:first-child + ul,
.alert > .visuallyhidden:first-child + dl,
.alert > .visuallyhidden:first-child + figure {
  margin-top: 0;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 31px;
}
.alert > .alert-dismissable,
.alert > .alert-dismissible {
  padding-right: 16px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: 0;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #c1e2b3;
  color: #5d812b;
}
.alert-success .alert-link {
  border-color: #2a4e00;
  color: #2a4e00;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #afd9ee;
  color: #308ea6;
}
.alert-info .alert-link {
  border-color: #005b73;
  color: #005b73;
}
.alert-warning {
  background-color: #fdfbdb;
  border-color: #f7ecb5;
  color: #d96815;
}
.alert-warning .alert-link {
  border-color: #a63500;
  color: #a63500;
}
.alert-danger {
  background-color: #f5e1e1;
  border-color: #e4b9b9;
  color: #cd242e;
}
.alert-danger .alert-link {
  border-color: #9a0000;
  color: #9a0000;
}

/* =Panels
   ========================================================================== */
/* +Basic example
   -------------------------------------------------------------------------- */
.panel {
  margin: .71428571em 0;
  border: 1px solid transparent;
  border-radius: 5px;
  background-color: #f5f5f5;
}
.panel-body {
  padding: .71428571em 15px;
}
.panel > .panel-body h1:first-child,
.panel > .panel-body h2:first-child,
.panel > .panel-body h3:first-child,
.panel > .panel-body h4:first-child,
.panel > .panel-body h5:first-child,
.panel > .panel-body h6:first-child,
.panel > .panel-body p:first-child,
.panel > .panel-body ol:first-child,
.panel > .panel-body ul:first-child,
.panel > .panel-body dl:first-child,
.panel > .panel-body figure:first-child,
.panel > .panel-body > .visuallyhidden:first-child + p,
.panel > .panel-body > .visuallyhidden:first-child + ol,
.panel > .panel-body > .visuallyhidden:first-child + ul,
.panel > .panel-body > .visuallyhidden:first-child + dl,
.panel > .panel-body > .visuallyhidden:first-child + figure {
  margin-top: 0;
}

/* +Highlighted panel
   -------------------------------------------------------------------------- */
.panel-default {
  border-color: #e5e5e5;
}
.panel-highlight {
  -webkit-box-shadow: 0 0 .385em 0 #aeb0b3;
  box-shadow: 0 0 .385em 0 #aeb0b3; 
  border-color: #fdfbdb;
  background-color: #fdfbdb;
}

/* =Callouts
   ========================================================================== */
.callout {
  margin-top: .71428571em;
  border: 1px solid #e5e5e5;
  border-left-width: 15px;
  background-color: #fff;
  padding: .71428571em 15px;
}
.callout :first-child {
  margin-top: 0;
}
.callout-primary {
  border-color: #afd9ee;
}
.callout-success {
  border-color: #c1e2b3;
}
.callout-info {
  border-colour: #8e8e8e;
}
.callout-warning {
  border-color: #f7ecb5;
}
.callout-danger {
  border-color: #e4b9b9;
}

/* +Documentation examples */
.doc-example {
  margin-top: .71428571em;
  border: 1px solid #e5e5e5;
  padding: .35714286em 15px .71428571em;
}
.doc-example:before {
  content: "Example";
  color: #8e8e8e;
  font-size: .85714286em;
  text-transform: uppercase;
}
.doc-example + .doc-example {
  margin-top: 0;
  border-top-width: 0;
}
.doc-example + pre {
  margin-top: 0;
  border-top-width: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* =Share
   ========================================================================== */
.share {
  border-top: 1px solid #e5e5e5;
  padding-top: .71428571em;
}
.share .list-inline .icon {
  display: inline-block;
  margin-bottom: -2px;
  color: #5b5c5e;
}
.share .list-inline .icon:hover,
.share .list-inline .icon:focus {
  color: #308ea6;
}

/* =Footer
   ========================================================================== */
.footer {
  margin-top: .71428571em;
  margin-bottom: 30px;
}
.footer .nav-help-info > li,
.footer .nav-utilities > li {
  font-size: .92857143em;
}
@media (min-width: 768px) {
  .footer .nav-help-info {
    float: left;
  }
  .footer .nav-utilities {
    float: right;
  }
}
.footer .list-partners {
  padding-left: 0;
  list-style: none;
}
.footer .list-partners > li {
  margin-top: .71428571em;
}
.footer .list-partners > .logo-rluk > a {
  display: inline-block;
  background-color: #fff;
  height: 30px;
  padding: 3px 2px 2px 3px;
}
@media (min-width: 768px) {
  .footer .list-partners {
    padding-left: 0;
    margin-left: -10px;
    list-style: none;
  }
  .footer .list-partners > li {
    display: inline-block;
    margin-top: 0;
    padding-right: 10px;
    padding-left: 10px;
  }
}

/* +Inverted footer
   -------------------------------------------------------------------------- */
body.footer-inverse {
  background-color: #414242;
}
.footer-inverse .footer,
.footer-inverse .footer a {
  color: #fff;
}
.footer-inverse .footer a:visited {
  color: #d3d3d3;
}
.footer-inverse .footer a:hover,
.footer-inverse .footer a:focus {
  border-color: #fff;
  color: #fff;
}
.footer-inverse .footer .img:hover,
.footer-inverse .footer .img:focus {
  border-color: transparent;
}

/* =Search UI Components
   ========================================================================== */
/* +Search forms
   -------------------------------------------------------------------------- */
.form-search > h3 {
  border-top: 1px solid #e5e5e5;
  padding-top: .625em;
}
@media (min-width: 768px) {
  .form-search > h3 {
    padding-left: 11.25em;
  }
}
.form-search > .form-group {
  margin-top: .35714286em;
}
.form-search > .form-action + .form-group {
  margin-top: .71428571em;
}

/* +Results management
   -------------------------------------------------------------------------- */
/* -Layout */
.results-management-before {
  display: none;
  visibility: hidden;
}
@media (min-width: 768px) {
  .results-management-before {
    display: block;
    visibility: visible;
    padding-bottom: .71428571em;
    border-bottom: 1px solid #e5e5e5;
  }
}
.results-management-after {
  border-top: 1px solid #e5e5e5;
}

/* -Sort/Show */
.results-management-sort-show {
  text-align: center;
}
.results-management-sort-show.form-inline.form-small > ul,
.results-management-sort-show.form-inline.form-small > ul > li:first-child,
.results-management-sort-show.form-inline.form-small > ul > li:first-child > .form-group {
  margin-top: 0;
}
@media (min-width: 768px) {
  .results-management-sort-show {
    float: left;
  }
  .results-management-sort-show.form-inline.form-small > ul > li,
  .results-management-sort-show.form-inline.form-small > ul > li > .form-group {
    margin-top: 0;
  }
}

/* -Views/Consolidated records global collapse/Select and clear selections */
.results-management-view-collapse-select {
  display: none;
  visibility: hidden;
}
@media (min-width: 768px) {
  .results-management-view-collapse-select {
    display: block;
    visibility: visible;
    float: left;
  }
  .item-details-search-results-view {
    display: inline-block;
  }
  .item-details-search-results-view > .list-inline.list-nav {
    display: inline-block;
    margin-left: 5px;
  }
  .results-select-clear > .list-inline > li > a,
  .item-details-search-results-view [class^="fi-view-"],
  .item-details-search-results-view [class*="fi-view-"],
  .item-details-search-results-expand-all.fa-plus-square,
  .item-details-search-results-expand-all.fa-minus-square {
    vertical-align: middle;
  }
  .item-details-search-results-view [class^="fi-view-"],
  .item-details-search-results-view [class*="fi-view-"] {
    font-size: 1.14285714em;
  }
  .item-details-search-results-expand-all.fa-plus-square,
  .item-details-search-results-expand-all.fa-minus-square {
    font-size: 1.35714286em;
  }
  .results-select-clear {
    display: inline-block;
  }
  .results-select-clear > .list-inline {
    display: inline-block;
    margin-left: 5px;
  }
  .results-select-clear > .list-inline > li {
    font-size: .92857143em;
  }
}

/* -Pagination */
.results-management-pagination {
  text-align: center;
}
@media (min-width: 768px) {
  .results-management-pagination {
    float: right;
    text-align: right;
  }
}

/* +Item details
   -------------------------------------------------------------------------- */
.list-search-results {
  margin-top: -.71428571em;
}
.list-search-results > li,
.list-my-references > li {
  margin-top: .35714286em;
  border-top: 1px solid #e5e5e5;
}
.list-search-results > li:first-child,
.list-my-references > li:first-child {
  margin-top: 0;
  border-top: 0;
}
h1 + .item-record {
  margin-top: .71428571em;
}
@media (min-width: 992px) {
  .list-search-results > li,
  .list-my-references > li {
    margin-top: 0;
    border-top-width: 0;
  }
}
.item-details {
  margin-top: .71428571em;
}

/* -Item details actions
   (Result number; Select record checkbox; Add to/Remove from My References) */
.item-details-actions {
  margin-top: 0;
  margin-bottom: .35714286em;
}
@media (min-width: 768px) {
  .item-details-actions {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .item-details-actions {
    float: left;
    width: 3.92857143em;
    margin-right: 5px;
  }
  .item-details-actions.has-checkbox {
    width: 5em;
  }
  .item-details-actions.has-checkbox.has-icon {
    width: 6.07142857em;
  }
}

/* -Record details: Cover */
.details-cover {
  float: right;
  margin-top: 0;
  margin-left: 7.5px;
  margin-bottom: .35714286em;
}
.details-cover > a {
  -webkit-transform: translateZ(0);
}
.details-cover > a > img {
  max-width: 75px;
  height: auto;
}
@media (min-width: 768px) {
  .details-cover {
    margin-left: 15px;
  }
  .item-details-item .details-cover > a > img {
    max-width: 100%;
  }
}
/* -Record details: Cover: :hover/:focus zoom effect */
@media (min-width: 768px) {
  .item-details-search-results .details-cover > a,
  .item-details-item .details-cover > a,
  .item-details-holdings .details-cover > a,
  .item-details-my-references .details-cover > a {
    display: inline-block;
    overflow: hidden;
  }
  .item-details-search-results .details-cover > a,
  .item-details-holdings .details-cover > a,
  .item-details-my-references .details-cover > a {
    width: 75px;
  }
  .item-details-item .details-cover > a {
    width: 100%;
  }
  .details-cover > a.img:hover {
    opacity: 1;
  }
  .details-cover > a.img > img {
    -webkit-transition: all .125s  ease-out;
    transition: all .125s ease-out;
  }
  .item-details-search-results .details-cover > a.img > img,
  .item-details-holdings .details-cover > a.img > img,
  .item-details-my-references .details-cover > a.img > img {
    width: 75px;
  }
  .details-cover > a.img:hover > img,
  .details-cover > a.img:focus > img {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }
}

/* -Record details: Bibliographic details */
.details-biblio > dl {
  margin-top: 0;
}
.item-details-search-results .details-biblio > dl > dt,
.item-details-holdings .details-biblio > dl > dt,
.item-details-my-references  .details-biblio > dl > dt {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.item-details-search-results .details-biblio > dl > dd,
.item-details-holdings .details-biblio > dl > dd,
.item-details-my-references .details-biblio > dl > dd {
  margin-left: 0;
}
.details-biblio dd > .p,
.search-record > .p {
  margin-top: 0;
}
.item-details-item .details-biblio > dl > dt.details-biblio-title {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
@media (min-width: 768px) {
  .item-details-search-results .item-record-has-cover .details-biblio,
  .item-details-holdings .item-record-has-cover .details-biblio,
  .item-details-my-references .item-record-has-cover .details-biblio {
    margin-right: 90px;
  }
  .item-details-search-results .details-biblio,
  .item-details-item .details-biblio,
  .item-details-my-references .details-biblio,
  .search-details .search-record {
    padding-left: 5px;
  }
  .item-details-search-results .details-biblio,
  .item-details-item .details-biblio,
  .item-details-my-references .details-biblio {
    margin-left: 3.92857143em;
  }
  .item-details-search-results .item-details-actions.has-checkbox + .item-record .details-biblio,
  .item-details-item  .item-details-actions.has-checkbox + .item-record .details-biblio,
  .item-details-my-references .item-details-search-results .item-details-actions.has-checkbox + .item-record .details-biblio,
  .search-details .search-record {
    margin-left: 5em;
  }
  .item-details-search-results .item-details-actions.has-checkbox.has-icon + .item-record .details-biblio,
  .item-details-item .item-details-actions.has-checkbox.has-icon + .item-record .details-biblio,
  .item-details-my-references .item-details-actions.has-checkbox.has-icon + .item-record .details-biblio {
    margin-left: 6.07142857em;
  }
  .item-details-item .details-biblio > dl > dd.details-biblio-title {
    margin-left: 0;
  }
  .item-details-item .details-biblio > dl + .align-dl-horizontal > p {
    margin-top: 1.42857143em;
  }
}

/* -Consolidated record constituent record followed link target */
.detail-record-target > .row {
  background-color: #f5f5f5;
}

/* -Record details: Biblio details consolidated record */
.item-details-record-format-all .record-format-printed,
.item-details-record-format-all .record-format-online,
.item-details-record-format-all .record-format-microform,
.item-details-record-format-all .record-format-ebook,
.item-details-record-format-all .record-format-manuscript,
.item-details-record-format-all .record-format-mixed,
.item-details-record-format-all .record-format-tactile {
  display: block;
}
.item-details-record-format-printed .record-format-online,
.item-details-record-format-printed .record-format-microform,
.item-details-record-format-printed .record-format-ebook,
.item-details-record-format-printed .record-format-manuscript,
.item-details-record-format-printed .record-format-mixed,
.item-details-record-format-printed .record-format-tactile,
.item-details-record-format-online .record-format-printed,
.item-details-record-format-online .record-format-microform,
.item-details-record-format-online .record-format-ebook,
.item-details-record-format-online .record-format-manuscript,
.item-details-record-format-online .record-format-mixed,
.item-details-record-format-online .record-format-tactile,
.item-details-record-format-microform .record-format-printed,
.item-details-record-format-microform .record-format-online,
.item-details-record-format-microform .record-format-ebook,
.item-details-record-format-microform .record-format-manuscript,
.item-details-record-format-microform .record-format-mixed,
.item-details-record-format-microform .record-format-tactile,
.item-details-record-format-ebook .record-format-printed,
.item-details-record-format-ebook .record-format-online,
.item-details-record-format-ebook .record-format-microform,
.item-details-record-format-ebook .record-format-manuscript,
.item-details-record-format-ebook .record-format-mixed,
.item-details-record-format-ebook .record-format-tactile,
.item-details-record-format-manuscript .record-format-printed,
.item-details-record-format-manuscript .record-format-online,
.item-details-record-format-manuscript .record-format-microform,
.item-details-record-format-manuscript .record-format-ebook,
.item-details-record-format-manuscript .record-format-mixed,
.item-details-record-format-manuscript .record-format-tactile,
.item-details-record-format-mixed .record-format-printed,
.item-details-record-format-mixed .record-format-online,
.item-details-record-format-mixed .record-format-ebook,
.item-details-record-format-mixed .record-format-microform,
.item-details-record-format-mixed .record-format-mixed,
.item-details-record-format-mixed .record-format-tactile,
.item-details-record-format-tactile .record-format-printed,
.item-details-record-format-tactile .record-format-online,
.item-details-record-format-tactile .record-format-microform,
.item-details-record-format-tactile .record-format-ebook,
.item-details-record-format-tactile .record-format-manuscript,
.item-details-record-format-tactile .record-format-mixed {
  display: none !important;
}
.nav-tabs-format {
  margin-top: .71428571em;
  border-bottom: 1px solid #e5e5e5;
  font-size: .92857143em;
}
.nav.nav-tabs-format:before,
.nav-tabs-format:after {
  display: block;
  content: "";
}
.nav.nav-tabs-format:after {
  clear: none;
}
.nav.nav-tabs-format {
  float: left;
  width: 100%;
}
.nav-tabs-format > li > a {
  padding: 2px 5px;
}
@media (min-width: 768px) {
  .nav-tabs-format > li > a {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.nav-tabs-format + .tab-content {
  clear: left;
}
.item-details-search-results .nav-tabs-format,
.item-details-my-references .nav-tabs-format {
  margin-top: .14285714em;
}
.format-text {
  display: none;
  visibility: hidden;
  color: #308ea6 !important;
}
@media (min-width: 768px) {
  .format-text {
    display: inline;
    visibility: visible;
  }
}
@media (min-width: 768px) {
/*  .item-details-search-results .consolidated-records,
  .item-details-item .consolidated-records,
  .item-details-my-references .consolidated-records {
    margin-right: 90px;
  }
/*  .item-details-search-results .consolidated-records,
  .item-details-item .consolidated-records,
  .item-details-my-references .consolidated-records {
    padding-left: 5px;
  }
  .item-details-search-results .consolidated-records,
  .item-details-item .consolidated-records,
  .item-details-my-references .consolidated-records {
    margin-left: 3.92857143em;
  }
  .item-details-search-results .item-details-actions.has-checkbox + .item-record .consolidated-records,
  .item-details-item  .item-details-actions.has-checkbox + .item-record .consolidated-records,
  .item-details-my-references .item-details-search-results .item-details-actions.has-checkbox + .item-record .consolidated-records {
    margin-left: 5em;
  }
  .item-details-search-results .item-details-actions.has-checkbox.has-icon + .item-record .consolidated-records,
  .item-details-item .item-details-actions.has-checkbox.has-icon + .item-record .consolidated-records,
  .item-details-my-references .item-details-actions.has-checkbox.has-icon + .item-record .consolidated-records {
    margin-left: 6.07142857em;
  }*/
}
.consolidated-records > .tab-content {
  border: 1px solid #e5e5e5;
  border-top-width: 0;
  padding: .71428571em 15px;
}

/* -Record details: Views */
.item-details-search-results-view-list .item-details-search-results .details-biblio > dl > dd,
.item-details-search-results-view-list .item-details-search-results .details-biblio > dl > dd > .p,
.item-details-my-references-view-citation .item-details-my-references .details-biblio > dl > dd,
.item-details-my-references-view-citation .item-details-my-references .details-biblio > dl > dd > .p {
  display: inline;
}
.item-details-search-results .details-biblio-visible-view-expanded,
.item-details-search-results-view-normal .item-details-search-results .details-biblio-visible-view-expanded,
.item-details-search-results-view-normal .item-details-holdings .details-biblio-visible-view-expanded,
.item-details-search-results-view-list .item-details-search-results .details-cover,
.item-details-search-results-view-list .item-details-search-results .details-biblio-hidden-view-list,
.item-details-search-results-view-list .item-details-search-results .details-biblio-visible-view-expanded,
.item-details-search-results-view-list .list-search-results-held-at,
.item-details-my-references-view-citation .item-details-my-references .details-cover,
.item-details-my-references-view-citation .list-search-results-held-at {
  display: none !important;
}
.item-details-search-results-view-list .list-search-results-item-details,
.item-details-my-references-view-citation .list-my-references-item-details {
  width: 100%;
}
.item-details-search-results-view-expanded .item-details-search-results dd.details-biblio-visible-view-expanded {
  display: block !important;
}
.item-details-search-results-view-expanded .item-details-search-results span.details-biblio-visible-view-expanded {
  display: inline !important;
}
@media (min-width: 768px) {
  .item-details-search-results-view-list .item-details-search-results .item-record-has-cover .details-biblio,
  .item-details-my-references-view-citation .item-details-my-references .item-record-has-cover .details-biblio {
    margin-right: 0;
  }
}

/* +Held at
   -------------------------------------------------------------------------- */
/* -Held at: Search results
/* -Held at: Item
/* -Also held at (Holdings)
   -------------------------------------------------------------------------- */
.list-search-results .held-at,
.list-my-references .held-at,
.held-at-item,
.held-at-also {
  margin-top: .71428571em;
}
@media (min-width: 768px) {/* This is a hack as it doesn't take account of .item-details-actions.has-checkbox.has-icon !!!!!!*/
  .list-search-results .held-at, 
  .list-my-references .held-at {
    margin-left: 6.07143em;
    padding-left: 5px;
  }
}
@media (min-width: 992px) {
  .list-search-results .held-at,
  .list-my-references .held-at,
  .held-at-item,
  .held-at-also {
    margin-top: 0;
  }
  .list-search-results .held-at, 
  .list-my-references .held-at {
    margin-left: 0;
    padding-left: 0;
  }
}
.held-at h2,
.held-at h3 {
  line-height: 31px;
}
.list-search-results .held-at .h4,
.list-my-references .held-at .h4 {
  margin-top: .3125em;
}
.held-at-item .h4 {
  margin-top: .3125em;
}
@media (min-width: 992px) {
  .held-at-also .h4 {
    margin-top: 3.4375em;
  }
}
.held-at .img-google-preview {
  float: right;
  line-height: 20px;
  margin-top: -1px;
}
.held-at .img-google-preview > img {
  vertical-align: text-bottom;
}
.held-at > .h4 > span {
  float: left;
}
.held-at > ol {
  clear: both;
  margin-top: 0;
}
.held-at > ol > li {
  padding-left: 7.5px;
  text-indent: -7.5px;
}
.held-at-item > ol > li,
.held-at-also > ol > li {
  margin-top: .35714286em;
  margin-right: 1.28571429em;
}
.held-at ol > li,
.held-at p {
  line-height: 1.38461538em;
  font-size: .92857143em;
}
.held-at-search-results > p {
  margin-top: 0;
}
.held-at ol > li > .library-info {
  float: right;
  margin-right: -1.28571429em;
  margin-top: -1px;
}

/* OpenURL Referrer */
.held-at .Z3988 {
  line-height: 1.38461538em;
  font-size: .92857143em;
}
.held-at .Z3988 > a,
.held-at .Z3988 > a {
  display: inline-block;
}
.held-at .Z3988 > a,
.held-at .Z3988 > a {
  margin-top: .71428571em;
}
.held-at .Z3988 > a {
  margin-top: .38461538em;
}
.held-at .Z3988 > a > img {
  vertical-align: bottom;
}
.held-at .Z3988 > a > img:hover,
.held-at .Z3988 > a > img:focus {
  opacity: .7;
}

/* +Search Within Results
   -------------------------------------------------------------------------- */
.search-within-results {
  margin-top: 1.42857143em;
}
@media (min-width: 992px) {
  .search-within-results {
    margin-top: -.71428571em;
  }
}
.form-search-within-results .form-group {
  margin-top: 0;
}
.form-search-within-results .form-group > label.h4 {
  margin-top: 0;
  margin-bottom: .3125em;
}

/* +Export
   -------------------------------------------------------------------------- */
/* See CSS: Forms: Inline forms: Export forms */
.export {
  margin-top: 1.42857143em;
}

/* +Get a copy
   -------------------------------------------------------------------------- */
.get-a-copy {
  margin-top: 1.42857143em;
}
.openurl > a {
  border-bottom-width: 0;
  vertical-align: bottom;
}
.openurl > a:hover > img,
.openurl > a:focus > img {
  opacity: .7;
}
.openurl:empty + .ill-trigger {
  margin-top: 0;
}

/*==========================================================================
   !JavaScript
   ========================================================================== */
/* =Helper classes
   ========================================================================== */
/* +Close icon
   -------------------------------------------------------------------------- */
.close {
  float: right;
  font-size: 1.14285714em;
}
.close:visited {
  color: #5b5c5e;
}
.close:hover,
.close:focus {
  color: #308ea6;
}
button.close {
  -webkit-appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}
button.close:focus {
  outline: thin dotted !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px !important;
}

/* =Modal
   ========================================================================== */
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
     -moz-transition:    -moz-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 5px;
  background-color: #fff;
  background-clip: padding-box;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  border-bottom: 1px solid #e5e5e5;
  padding: .71428571em 15px;
}
.modal-title {
  line-height: 1.42857143;
  margin: 0;
}
.modal-body {
  position: relative;
  padding: .35714286em 15px 1.07142857em;
}
.modal-footer {
  margin-top: 0;
  border-top: 1px solid #e5e5e5;
  padding: .35714286em 15px 1.07142857em;
  text-align: right;
}
.modal-footer.list-inline {
  margin-left: 0;
}
.modal-footer.list-inline > li {
  margin-top: .71428571em;
}
p.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
p.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

/* =Tooltip
   ========================================================================== */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  line-height: 1.38461538;
  opacity: 0;
  filter: alpha(opacity=0);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: .92857143em;
  font-weight: normal;
}
.tooltip.in {
  opacity: 0.95;
  filter: alpha(opacity=95);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  border-radius: 3px;
  padding: 5px 10px;
  background-color: #5b5c5e;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #5b5c5e;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #5b5c5e;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #5b5c5e;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #5b5c5e;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #5b5c5e;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #5b5c5e;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #5b5c5e;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #5b5c5e;
}

/* =Popover
   ========================================================================== */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  line-height: 1.42857143;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  padding: 1px;
  background-color: #f5f5f5;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: normal;
  text-align: left;
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  border-bottom: 1px solid #ccc;
  border-radius: 4px 4px 0 0;
  padding: 7px 15px;
  background-color: #e5e5e5;
  color: #8e8e8e;
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
}
.popover-content {
  padding: 7px 15px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #f5f5f5;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #f5f5f5;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #f5f5f5;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #f5f5f5;
  bottom: -10px;
}

/* =Affix
   ========================================================================== */
.affix.affix {
  position: static;/* By default it's not affixed in mobile views, so undo that */
}

/* For use with .col-sm-*!!!
@media (min-width: 768px) {/* Show and affix the side nav when space allows it *//*
  .aside-affix.affix,
  .aside-affix.affix-bottom {
    padding-right: 15px;
  }
  .aside-affix.affix {
    position: fixed; /* Undo the static from mobile first approach *//*
    top: 0;
  }
  .aside-affix.affix-bottom {
    position: absolute; /* Undo the static from mobile first approach *//*
  }
}*/

/* For use with .col-md-*!!! */
@media (min-width: 992px) {/* Show and affix the side nav when space allows it */
  .affix.affix,
  .affix.affix-bottom {
    padding-right: 15px;
  }
  .affix.affix {
    position: fixed; /* Undo the static from mobile first approach */
    top: 0;
  }
  .affix.affix-bottom {
    position: absolute; /* Undo the static from mobile first approach */
  }
}

/* ==========================================================================
   !CSS
   ========================================================================== */
/* =Helper classes
   ========================================================================== */
/* +Clearfix
   -------------------------------------------------------------------------- */
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after,
.breadcrumb-nav-help:before,
.breadcrumb-nav-help:after,
.results-management:before,
.results-management:after,
.details-biblio:before,
.details-biblio:after {
  display: table;
  content: " ";
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after,
.breadcrumb-nav-help:after,
.results-management:after,
.details-biblio:after {
  clear: both;
}

/* +Quick floats
   -------------------------------------------------------------------------- */
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}

/* +Centre content blocks
   -------------------------------------------------------------------------- */
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/* +Showing and hiding content
   -------------------------------------------------------------------------- */
.show {
  display: block !important;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}

/* =Responsive utilities
   ========================================================================== */
/* +Available classes
   -------------------------------------------------------------------------- */
.visible-xxs,
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 479px) {
  .visible-xxs {
    display: block !important;
  }
  table.visible-xxs {
    display: table;
  }
  tr.visible-xxs {
    display: table-row !important;
  }
  th.visible-xxs,
  td.visible-xxs {
    display: table-cell !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 479px) {
  .hidden-xxs {
    display: none !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
