<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h2 {
  font-size: 2em;
  line-height: 1.25em;
}

h1, h2, h3 {
  color: #156295;
}

h1 span, .platform {
  color: #156295;
}

body {
  color: #333333;
}
body a {
  color: #156295;
  text-decoration: underline;
}

#header h1 {
  text-shadow: none;
  font-size: 24px;
}
#header h1 a {
  color: #ffffff;
  font-size: 24px;
  line-height: 28px;
  text-shadow: none;
  font-weight: normal;
}
#header img.logo {
  border-radius: 3px;
  box-shadow: none;
  margin-bottom: 0;
  width: 32px;
  height: 32px;
}

#header-wrapper {
  background: #156295;
  border-bottom: 0 groove #e8e8e8;
}

#nav {
  background: #1f8dd6;
  border-bottom: 0 groove #e8e8e8;
  padding-top: 15px;
  padding-bottom: 15px;
}

#nav ul li a, #nav ul li a.selected {
  line-height: 16px;
}
#nav ul li a:hover, #nav ul li a.selected:hover {
  background: #156295;
  color: #ffffff;
  border: none;
}

#splash-board {
  background-color: rgba(31, 141, 214, 0.15);
  border-bottom: 1px solid rgba(31, 141, 214, 0.15);
  padding: 0;
}
#splash-board h2, #splash-board h3 {
  color: #ffffff;
  text-shadow: 0 0 3px #333333;
  font-size: 32px;
  line-height: 1.3em;
  font-family: sans-serif;
}
#splash-board h2 {
  font-size: 22px;
  font-style: italic;
  font-weight: 100;
}
#splash-board h3 {
  font-weight: bolder;
  text-transform: uppercase;
}
#splash-board .sb-background {
  background: url("/img/landing-page/d.jpg") no-repeat center center fixed;
  background-size: cover;
  height: 400px;
}
#splash-board .sb-foreground {
  margin-top: -400px;
  height: 400px;
  background-color: rgba(51, 51, 51, 0.7);
}
#splash-board .sb-content {
  display: inline-block;
  vertical-align: middle;
  display: table-cell;
  height: 400px;
}
#splash-board .sb-default {
  margin-top: 30px;
  margin-bottom: 30px;
}

.user-menu-dropdown .dropdown {
  background: rgba(255, 255, 255, 0.25);
}

#footer {
  background: #156295;
  color: rgba(255, 255, 255, 0.75);
  margin-top: 50px;
  padding: 15px 0;
  border-top: 1px solid #e8e8e8;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
#footer a {
  color: #ffffff;
}
#footer .footer-widget {
  font-size: 1.2em;
}
#footer .footer-widget a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.65);
}
#footer .footer-widget a:hover {
  color: #ffffff;
}
#footer .footer-widget .footer-platform {
  font-weight: 700;
  font-size: 3em;
}
#footer .footer-widget .footer-platform a {
  color: #ffffff;
}
#footer .footer-widget .footer-lead {
  font-size: 20px;
}
#footer .footer-widget .copyright {
  font-size: 1em;
}
#footer .footer-widget .text-list li {
  font-size: 1.5em;
  padding-top: 0;
  padding-bottom: 0.4em;
}
#footer .footer-widget .text-list li a {
  color: rgba(255, 255, 255, 0.65);
}
#footer .footer-widget .text-list li a:hover {
  color: #ffffff;
}
#footer .footer-widget .text-list li:first-child {
  padding-bottom: 0.8em;
}
#footer .footer-widget .text-list li:first-child a {
  color: #ffffff;
}
#footer .footer-widget .footer-social-links {
  font-size: 16px;
  margin-top: 50px;
}
#footer .footer-widget .footer-social-links a {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 3px;
  height: 2em;
  padding: 0.4em 0;
  text-align: center;
  width: 2em;
  line-height: 1em;
}
#footer .footer-widget .footer-social-links a:hover {
  border-color: #ffffff;
}

.home-libraries {
  text-align: center;
  padding: 50px;
  margin-top: -40px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 40px;
}
.home-libraries img {
  max-width: 48px;
  margin: 15px 24px;
  filter: gray;
  -webkit-filter: invert(5%) grayscale(1);
  filter: invert(5%) grayscale(1);
}
.home-libraries .designed-for {
  margin-bottom: 50px;
}
.home-libraries .designed-for h4 {
  font-size: 20px;
  border-bottom: 1px dotted darkgray;
  padding-bottom: 50px;
}
.home-libraries .designed-for h4 strong {
  text-transform: capitalize;
  font-size: 1.25em;
}
.home-libraries .trusted-by {
  margin-top: -40px;
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 500;
  color: gray;
  text-transform: capitalize;
}

.home-stats {
  background-color: #ffffff;
  margin-top: -40px;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 2px dotted #e8e8e8;
}

.home-stats h3 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.home-stats h3 span {
  font-size: 2.5em;
  vertical-align: baseline;
  font-weight: bolder;
}

.home-stats h3 em {
  font-color: rgba(51, 51, 51, 0.25);
  font-style: normal;
}

.home-stats + .home-widgets {
  margin-bottom: 50px;
}

.form-vertical div.submit input {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.form-vertical div.submit input:hover {
  background-color: #4cae4c;
  border-color: #4cae4c;
}

.buttons-green a, .buttons-green button, .buttons a.button-green, .buttons button.button-green {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.buttons-green a:hover, .buttons-green button:hover, .buttons a.button-green:hover, .buttons button.button-green:hover {
  background-color: #4cae4c;
  border-color: #4cae4c;
}

.buttons-primary a, .buttons-primary button, .buttons a.button-primary, .buttons button.button-primary {
  background-color: #156295;
  color: #ffffff;
  border-color: #156295;
}

.buttons-primary a:hover, .buttons-primary button:hover, .buttons a.button-primary:hover, .buttons button.button-primary:hover {
  background-color: #1f8dd6;
  border-color: #1f8dd6;
  color: #ffffff;
}

.buttons-secondary a, .buttons-secondary button, .buttons a.button-secondary, .buttons button.button-secondary {
  background-color: #156295;
  color: #ffffff;
  border-color: #156295;
}

.buttons-secondary a:hover, .buttons-secondary button:hover, .buttons a.button-secondary:hover, .buttons button.button-secondary:hover {
  background-color: #1f8dd6;
  border-color: #1f8dd6;
  color: #ffffff;
}

.search-result table th {
  background-color: #1f8dd6;
  border-right-color: rgba(232, 232, 232, 0.35);
}

h3.member-dashboard-heading strong {
  color: #156295;
}

.form .submit input, .form .submit button, .form .submit input, .form .submit button {
  background: #156295;
  border-color: #156295;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  color: #ffffff;
}
.form .submit input:hover, .form .submit button:hover, .form .submit input:hover, .form .submit button:hover {
  background: #1f8dd6;
  border-color: #1f8dd6;
}

.login-form .company-info img {
  width: 120px;
  height: 120px;
}
.login-form .company-info img.librarika-logo-bg {
  background: #156295;
}

.btn {
  text-decoration: none;
}

.top-menu ul.dropdown-menu li a span {
  color: #333333;
  min-width: 20px;
  text-align: center;
  margin-right: 5px;
}

.top-menu a.btn:hover span {
  color: #1f8dd6;
}
.top-menu a.btn span.counter-status-empty {
  display: none;
}

table.primary {
  border: 1px solid #1f8dd6;
  border-right: none;
  border-left: none;
  border-bottom: none;
  border-radius: 3px;
  width: 100%;
}
table.primary td, table.primary th {
  border-right: 1px dotted rgba(232, 232, 232, 0.65);
  border-bottom: 1px solid rgba(31, 141, 214, 0.35);
  padding: 10px;
  text-align: left;
}
table.primary th {
  background-color: #1f8dd6;
  border-right-color: rgba(232, 232, 232, 0.05);
  color: #ffffff;
}
table.primary th a {
  color: #ffffff;
}
table.primary tr:nth-child(2n+1) {
  background: rgba(31, 141, 214, 0.03);
}
table.primary tr:hover {
  background: rgba(51, 51, 51, 0.05);
  color: #333333;
}

.notifications.index .notification-item td {
  padding-top: 15px;
  padding-bottom: 15px;
}
.notifications.index .notification-item p {
  font-size: 1.15em;
}
.notifications.index .notification-item em {
  color: rgba(51, 51, 51, 0.75);
}
.notifications.index .notification-item.notification-status-0 td {
  background: rgba(31, 141, 214, 0.1);
}
.notifications.index .notification-item.notification-status-0 .notification-button-unread {
  display: none;
}
.notifications.index .notification-item.notification-status-1 td {
  background: #ffffff;
}
.notifications.index .notification-item.notification-status-1 p {
  color: rgba(51, 51, 51, 0.75);
}
.notifications.index .notification-item.notification-status-1 .notification-button-read {
  display: none;
}
.notifications.index td.actions {
  width: 140px;
  text-align: center;
}
.notifications.index td.actions a {
  text-decoration: none;
}

.home-benefits {
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
  background: #FFF;
  padding: 50px;
  margin-top: 0;
}

.home-subfooter {
  background: #FFF;
  padding: 50px 0;
  margin-top: 50px;
  margin-bottom: -50px;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
}
.home-subfooter .home-iphone-download-appstore {
  padding-top: 50px;
  margin-top: 50px;
  border-top: 1px dotted #e8e8e8;
  text-align: center;
}

#endorsement .endorsementBox {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px dotted #e8e8e8;
}
#endorsement .endorsementBox .endorsement {
  display: inline-block;
  width: 33%;
  text-align: right;
  vertical-align: top;
  color: rgba(51, 51, 51, 0.7);
}
#endorsement .endorsementBox .endorsement span {
  display: block;
  min-height: 100px;
  padding: 15px;
}
#endorsement .endorsementBox .endorsement p {
  font-size: 1.25em;
  font-weight: lighter;
  margin-bottom: 0;
}
#endorsement .endorsementBox .endorsement .endorsementName {
  font-weight: bold;
  padding: 0 15px;
  color: rgba(21, 98, 149, 0.85);
  text-align: right;
}
#endorsement .endorsementBox .endorsement .endorsementTitle, #endorsement .endorsementBox .endorsement .endorsementOrganization {
  font-size: 0.85em;
  padding: 0 15px;
  font-style: italic;
}

.widget-plans .widget-plans-content {
  border: 1px solid #e8e8e8;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 30px;
  margin-top: 30px;
  background: #ffffff;
}
.widget-plans .widget-plans-content h3 {
  margin-bottom: 30px;
}
.widget-plans .widget-plans-content .general-list {
  margin-bottom: 40px;
  margin-left: 0;
}
.widget-plans .widget-plans-content .records {
  font-size: 1.5em;
}
.widget-plans .widget-plans-content .price {
  font-size: 1.5em;
}
.widget-plans .widget-plans-content .price small {
  font-size: 0.65em;
  color: #156295;
}

.library-add-form .input.text, .library-add-form .input.select, .library-add-form .input.password {
  background: rgba(31, 141, 214, 0.03);
  border: none;
  border-top: 1px solid rgba(31, 141, 214, 0.4);
  border-radius: 0;
  margin-bottom: 0;
  padding: 15px 10px;
}
.library-add-form .input.text:hover, .library-add-form .input.select:hover, .library-add-form .input.password:hover {
  background: rgba(31, 141, 214, 0.15);
}
.library-add-form .input.last {
  border-bottom: 1px solid rgba(31, 141, 214, 0.4);
}
.library-add-form .terms {
  margin-top: 15px;
  background: rgba(31, 141, 214, 0.15) !important;
  border: 1px solid rgba(31, 141, 214, 0.4) !important;
}

/*# sourceMappingURL=opac-default.css.map */
</pre></body></html>