<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  color: #333333;
}
body a {
  color: #156295;
  text-decoration: underline;
}

h1, h2, h3, h1 a, h2 a, h3 a {
  color: #black;
  text-shadow: none;
}

h1 {
  font-size: 2.5em;
}

h2 {
  font-size: 2em;
  line-height: 1.25em;
}

h2, h3 {
  color: #156295;
}

.buttons a {
  display: inline-block;
  line-height: 1.3em;
  text-decoration: none;
}

.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: #1f8dd6;
  color: #ffffff;
  border-color: #1f8dd6;
}

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

td.actions.buttons {
  text-align: center;
}
td.actions.buttons a {
  display: inline-block;
  padding: 8px 10px;
}

#header {
  color: #ffffff;
  background-color: #156295;
  border-bottom: 1px solid #e8e8e8;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  padding-top: 12px;
}
#header .header-brand {
  margin-bottom: 12px;
}
#header img {
  border-radius: 3px;
  box-shadow: none;
  margin-bottom: 0;
  width: 32px;
  height: 32px;
  vertical-align: top;
}
#header h1 {
  color: #ffffff;
  font-size: 24px;
  vertical-align: top;
  display: inline-block;
  max-width: calc(100% - 55px);
  line-height: 26px;
  margin-left: 5px;
  font-weight: normal;
}
#header h1 span {
  color: #ffffff;
  font-size: 12px;
  font-style: italic;
  text-transform: uppercase;
}
#header .navigation {
  background-color: #1f8dd6;
  padding-top: 15px;
  padding-bottom: 5px;
}
#header .navigation #nav &gt; ul &gt; li &gt; a {
  background-color: transparent;
  border-color: transparent;
  color: #ffffff;
}
#header .navigation #nav &gt; ul &gt; li &gt; a .ui-icon {
  background-image: url("/js/ui-themes/smoothness/images/ui-icons_ffffff_256x240.png");
}
#header .navigation #nav &gt; ul &gt; li &gt; a:hover {
  background-color: #156295;
}
#header .user-geeting {
  color: #ffffff;
}
#header .user-menu {
  text-align: right;
}
#header .user-menu &gt; div {
  display: inline-block;
  text-align: left;
}
#header .user-menu &gt; div .profile-image {
  width: 30px;
  height: 30px;
  border-radius: 5px;
}
#header .user-menu &gt; div &gt; ul &gt; li &gt; a {
  display: inline-block;
  color: #ffffff;
  line-height: 20px;
  min-width: 20px;
  padding: 5px 5px;
  margin-left: 8px;
  border: 2px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
}
#header .user-menu &gt; div &gt; ul &gt; li &gt; a:first-child {
  margin-left: none;
}
#header .user-menu &gt; div &gt; ul &gt; li &gt; a:hover {
  border-color: #ffffff;
  box-shadow-color: #ffffff;
}
#header .user-menu &gt; div &gt; ul &gt; li &gt; a img {
  vertical-align: baseline;
}
#header .user-menu &gt; div &gt; ul &gt; li a.profile {
  padding: 0;
}
#header .user-menu &gt; div &gt; ul ul {
  margin-left: -106px;
  width: 120px;
  margin-top: 6px;
  background: #ffffff;
  border-radius: 3px;
  padding: 2px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
#header .user-menu &gt; div &gt; ul ul li {
  border-bottom: 1px dotted #dddddd;
}
#header .user-menu &gt; div &gt; ul ul li a {
  background: #ffffff;
  color: #333333;
  padding: 10px 15px;
  text-decoration: none;
  font-size: 14px;
}
#header .user-menu &gt; div &gt; ul ul li a .ui-icon {
  display: inline-block;
  vertical-align: top;
  margin-right: 6px;
}
#header .user-menu &gt; div &gt; ul ul li a:hover {
  color: #1f8dd6;
}
#header .user-menu &gt; div &gt; ul ul li:last-child {
  border-bottom: none;
}

#footer {
  background: #156295;
  border-top-color: #e8e8e8;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.75);
}
#footer a {
  color: #ffffff;
}

.buttons button, .buttons a {
  background-image: none;
  background: #white;
  border-color: #white;
}

.buttons-green a, .buttons-green button, .buttons a.button-green, .buttons button.button-green {
  background-color: #7ac143;
  border-color: #7ac143;
  color: #ffffff;
}

.text-danger {
  color: red;
}

.ui-tabs .ui-tabs-nav {
  background: #1f8dd6;
}

.alert-warning {
  background: rgba(255, 255, 0, 0.25);
}

div.paging span.current {
  background: #1f8dd6;
  border-color: #1f8dd6;
  color: #ffffff;
}

.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;
}

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

#search_box {
  text-align: right;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-top: 0;
  width: 300px;
}
#search_box form {
  padding-left: 0px;
}

#search_box form .text input {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  font-size: 14px;
  line-height: 16px;
  margin-right: 5px;
  padding: 6px 5px;
  width: 180px;
}

#search_box form .submit input {
  background: #156295;
  color: #ffffff;
  border-color: #156295;
  font-size: 14px;
  line-height: 14px;
  font-weight: normal;
  padding: 6px 15px;
  vertical-align: top;
  border-radius: 3px;
}

h2 + .page-subheader {
  margin-top: -20px;
  font-weight: 100px;
  font-size: 1.25em;
  color: rgba(51, 51, 51, 0.7);
  margin-bottom: 30px;
}

h2 + .actions, h2 + .page-subheader + .actions {
  background: transparent;
}
h2 + .actions ul li, h2 + .page-subheader + .actions ul li {
  display: inline-block;
}
h2 + .actions ul li a, h2 + .page-subheader + .actions ul li a {
  border: 1px solid rgba(21, 98, 149, 0.25);
  border-radius: 3px;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 5px;
  margin-right: 1px;
  padding: 3px 10px;
}

.search_bar .search-bar-inner {
  border: 1px solid rgba(21, 98, 149, 0.25);
  padding: 10px;
}

.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: 120px;
}

.dashboard-panel-flat {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  broder-radius: 2px;
}
.dashboard-panel-flat .dashboard-panel-shadow {
  box-shadow: 0 1px 6px 0 rgba(51, 51, 51, 0.15), 0 1px 1px 0 rgba(51, 51, 51, 0.15);
}
.dashboard-panel-flat h2, .dashboard-panel-flat h3, .dashboard-panel-flat h4 {
  color: #333333;
  font-size: 18px;
  margin: 0;
  padding: 0;
}
.dashboard-panel-flat h2 small, .dashboard-panel-flat h3 small, .dashboard-panel-flat h4 small {
  color: rgba(51, 51, 51, 0.7);
  font-size: 65%;
  font-weight: normal;
  padding: 0;
  display: block;
}
.dashboard-panel-flat h2 {
  color: rgba(51, 51, 51, 0.35);
  font-size: 16px;
}
.dashboard-panel-flat .dashboard-panel-header {
  padding: 0 16px 0 16px;
}
.dashboard-panel-flat .dashboard-panel-header h2 {
  padding: 14px 0 14px;
}
.dashboard-panel-flat .dashboard-panel-content {
  padding: 16px;
}

.dashboard-panel-flat.dashboard-panel-generic .dashboard-panel-header {
  border-bottom: 1px solid #e8e8e8;
}
.dashboard-panel-flat.dashboard-panel-generic .dashboard-panel-header h2 {
  color: rgba(51, 51, 51, 0.85);
}
.dashboard-panel-flat.dashboard-panel-generic .dashboard-panel-header h2 a {
  color: inherit;
  text-decoration: none;
}
.dashboard-panel-flat.dashboard-panel-generic .dashboard-content-fixed {
  min-height: 220px;
}
.dashboard-panel-flat.dashboard-panel-generic .dashboard-pannel-controls {
  margin-top: 8px;
}
.dashboard-panel-flat.dashboard-panel-generic .dashboard-pannel-controls a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  padding: 3px 12px;
  border: 1px solid rgba(51, 51, 51, 0.35);
  border-radius: 3px;
}
.dashboard-panel-flat.dashboard-panel-generic .dashboard-pannel-controls a:hover {
  color: #1f8dd6;
  border-color: #1f8dd6;
}
.dashboard-panel-flat.dashboard-panel-generic .dashboard-panel-header .dashboard-pannel-controls {
  float: right;
}
.dashboard-panel-flat.dashboard-panel-generic .dashboard-panel-content {
  background: #f5f5f5 none repeat scroll 0 0;
  box-shadow: 0 0 5px #f0f0f0 inset;
}
.dashboard-panel-flat.dashboard-panel-generic .empty-container {
  padding: 50px;
}
.dashboard-panel-flat.dashboard-panel-generic .empty-container .empty-container-content {
  text-align: center;
  font-size: 1.3em;
  line-height: 1.8em;
  color: rgba(51, 51, 51, 0.7);
}

.dashboard-panel-generic .data-items .data-item {
  padding: 0;
  border: none;
  margin-top: 10px;
}
.dashboard-panel-generic .data-items .data-item .data-item-image {
  width: 48px;
  height: 48px;
  border: 1px solid #e8e8e8;
  box-shadow: 0 0 2px 0px rgba(51, 51, 51, 0.65);
}
.dashboard-panel-generic .data-items .data-item .data-item-image.image-book {
  width: 48px;
  height: 60px;
}
.dashboard-panel-generic .data-items .data-item:first-child {
  border-top: none;
  margin-top: none;
}
.dashboard-panel-generic .data-items .data-item-field {
  width: 40px;
  border-right: 0;
  margin-right: 20px;
  padding-right: 0px;
}
.dashboard-panel-generic .data-items .data-item-value {
  width: calc(100% - 70px);
  color: rgba(51, 51, 51, 0.85);
}
.dashboard-panel-generic .data-items .data-item-value &gt; a {
  font-size: inherit;
  color: inherit;
  font-weight: normal;
}
.dashboard-panel-generic .data-items .data-item-value .data-meta-field-value {
  padding-left: 0;
  color: rgba(51, 51, 51, 0.85);
  font-style: normal;
}
.dashboard-panel-generic .data-items .data-item-value .data-meta-field-value span {
  color: rgba(51, 51, 51, 0.7);
  font-size: 0.9em;
}

.dashboard-panel-flat.dashboard-chart {
  background-color: #1f8dd6;
  border: none;
  color: #ffffff;
}
.dashboard-panel-flat.dashboard-chart h2, .dashboard-panel-flat.dashboard-chart h3, .dashboard-panel-flat.dashboard-chart h4 {
  color: #ffffff;
  line-height: 1.3em;
}
.dashboard-panel-flat.dashboard-chart h2 small, .dashboard-panel-flat.dashboard-chart h3 small, .dashboard-panel-flat.dashboard-chart h4 small {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  line-height: 1.3em;
}
.dashboard-panel-flat.dashboard-chart h2 {
  font-weight: normal;
  line-height: 1.3em;
}
.dashboard-panel-flat.dashboard-chart h2 small {
  font-size: 36px;
  color: #ffffff;
  line-height: 1.1em;
}

.dashboard-chart-opac-stats {
  height: 315px;
}
.dashboard-chart-opac-stats .chart-wrapper {
  padding-bottom: 50px;
  text-align: center;
}
.dashboard-chart-opac-stats .chart-wrapper .chart-wrapper-inner {
  display: inline-block;
  width: 550px;
  height: 150px;
}

.dashboard-chart-usage, .dashboard-chart-checkouts {
  height: 150px;
}

.dashboard-chart-checkouts .overdue-counter {
  margin-top: -20px;
}
.dashboard-chart-checkouts .chart-wrapper {
  text-align: right;
  margin-top: -80px;
}
.dashboard-chart-checkouts .chart-wrapper .chart-wrapper-inner {
  display: inline-block;
  height: 100px;
  width: 100px;
  padding-right: 50px;
}

.dashboard-chart-usage .chart-wrapper {
  text-align: right;
  margin-top: -100px;
  padding-bottom: 20px;
}
.dashboard-chart-usage .chart-wrapper .chart-wrapper-inner {
  display: inline-block;
  height: 80px;
  width: 150px;
  padding-right: 10px;
}
.dashboard-chart-usage .upgrade-plan {
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
}
.dashboard-chart-usage .upgrade-plan:hover {
  background: rgba(255, 255, 255, 0.9);
  color: #1f8dd6;
}

.stats-main-container {
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  padding: 20px;
  margin-top: 30px;
}
.stats-main-container h3 {
  color: #156295;
}

.flat-palette {
  border-radius: 5px;
}

.flat-palette-primary {
  background: #1f8dd6;
}

.infoWindowBox &gt; h3 {
  background: #1f8dd6;
  padding: 10px 15px;
  color: #ffffff;
  font-size: 1.2em;
  font-weight: normal;
}
.infoWindowBox .infoWindow {
  border: 1px solid #1f8dd6;
  margin-top: 10px;
}
.infoWindowBox .infoWindowTitle {
  padding: 15px 15px 5px;
  font-size: 1.2em;
  font-weight: normal;
}
.infoWindowBox .infoWindowTitle i {
  margin-right: 5px;
}
.infoWindowBox .infoWindowTitleBar {
  background: #1f8dd6;
  padding: 10px 15px;
  margin-bottom: 15px;
  color: #ffffff;
}
.infoWindowBox .infoWindowContent {
  padding: 15px 15px;
  padding-top: 0;
}
.infoWindowBox .infoWindowActions {
  padding: 7px 15px 5px;
  border-top: 1px solid rgba(31, 141, 214, 0.2);
  text-align: right;
}

.flow-widget {
  width: 100%;
  display: table;
  margin-bottom: 50px;
}
.flow-widget .flow-widget-inner {
  display: table-row;
}
.flow-widget .flow-widget-header, .flow-widget .flow-widget-item {
  display: table-cell;
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
}
.flow-widget .flow-widget-header {
  padding: 6px 15px;
  background: #1f8dd6;
  color: #ffffff;
}
.flow-widget .flow-widget-item a {
  display: block;
  padding: 6px 15px;
  text-decoration: none;
  margin-left: 10px;
  border: 3px solid #1f8dd6;
}
.flow-widget .flow-widget-item-round a {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.flow-widget .flow-widget-item-done a, .flow-widget .flow-widget-item-current a, .flow-widget .flow-widget-item-active a:hover {
  background: #1f8dd6;
  color: #ffffff;
}
.flow-widget .flow-widget-item-active a {
  color: #1f8dd6;
}
.flow-widget .flow-widget-item-current a {
  background: orange;
  border-color: orange;
  color: #ffffff;
}
.flow-widget .flow-widget-item-inactive a {
  border-color: rgba(31, 141, 214, 0.5);
  color: rgba(31, 141, 214, 0.65);
  cursor: default;
}

.barcode-page {
  display: block;
}

.barcode-item {
  display: block;
  float: left;
  margin-right: 1px;
  margin-bottom: 1px;
  word-break: break-all;
}
.barcode-item .barcode-item-container {
  display: block;
  overflow: hidden;
}
.barcode-item .barcode-item-wrapper {
  display: table;
  width: 100%;
  height: 100%;
  border-radius: 3px;
}
.barcode-item .barcode-item-inner {
  display: table-row;
}
.barcode-item img {
  max-width: 100%;
}
.barcode-item .barcode-label {
  font-size: inherit;
  font-family: inherit;
}
.barcode-item .barcode-line1 {
  margin-bottom: 0.3em;
  font-weight: bold;
  line-height: 1.3em;
}
.barcode-item .barcode-line2 {
  margin-bottom: 0.2em;
  line-height: 1.35em;
}
.barcode-item .barcode-line3 {
  margin-bottom: 0.15em;
  line-height: 1.35em;
}

.barcode-item-general .barcode-item-content-bottom {
  display: table-cell;
  padding: 3px 5px;
  vertical-align: bottom;
  text-align: center;
}

.barcode-item-binding-fold .barcode-item-content-left, .barcode-item-binding-fold .barcode-item-content-right {
  display: table-cell;
  padding: 3px 5px;
}
.barcode-item-binding-fold .barcode-item-content-left {
  text-align: left;
  vertical-align: bottom;
}
.barcode-item-binding-fold .barcode-item-content-right {
  text-align: right;
  vertical-align: top;
}
.barcode-item-binding-fold .barcode-item-content-right .barcode-call-number {
  display: inline-block;
  text-align: left;
}

.barcode-preview {
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  display: table-cell;
  padding: 3px;
  box-shadow: 1px 1px 1px #e8e8e8;
}

#SwitchBranchBranchId {
  background: #f5f5f5;
  height: 29px;
  border: 1px solid rgba(21, 98, 149, 0.25);
  color: #156295;
}

#LibrarySettingNotifiedLibrarians {
  padding: 10px;
}
#LibrarySettingNotifiedLibrarians option {
  margin-bottom: 3px;
}

@media screen {
  .print-container-auto {
    width: 11in !important;
  }

  .barcode-canvas {
    background: #e8e8e8;
    padding: 15px;
    overflow: auto;
    height: 600px;
    box-shadow: inset 0px 0px 5px rgba(51, 51, 51, 0.5);
    border-radisu: 3px;
  }

  .barcode-page {
    border: 1px solid #E09DDC;
    background: #FEE000;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    box-shadow: 0px 0px 3px rgba(51, 51, 51, 0.5);
  }

  .barcode-item .barcode-item-wrapper {
    background: white;
  }
}
@media print {
  .barcodeLabels .flow-widget, .barcodeLabels .page-settings-widget, .barcodeLabels .page-header, #flashMessage {
    display: none !important;
  }

  .barcode-canvas {
    position: relative;
  }

  .barcode-page {
    page-break-inside: avoid;
    display: block;
  }

  .page-break {
    page-break-before: always;
  }
}

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