@import url('https://fonts.googleapis.com/css2?family=Pridi&display=swap');

/* Punsarn #271 : CSS for search by authority id */
body.auth #search_auth_id {
  margin-left: 25px;
}

body.auth #search_auth_id input.head-searchbox {
  width: 40em;
}

/* Move cursor to the right a bit to make it stand out */
div#header_search input {
  padding-left: 0.5em;
}

input#barcode {
  padding-left: 0.5em;
}

#breadcrumbs a[href="/cgi-bin/koha/mainpage.pl"]::before {
  padding-left: 2em;
  font-size: 24px;
}

body {
  font-family: 'Pridi', NotoSans, sans-serif;
  font-size: 15px;
}

a,
a:hover {
  color: #C00832;
}

.btn-link,
.btn-link:hover,
.btn-link:focus {
  color: #C00832;
}

.toolbar-tabs-container .nav-tabs li a {
  background-color: #C00832;
  border-bottom: 1px solid #C00832;
  border-right: 1px solid #C00832;
}

.toolbar-tabs-container .nav-tabs li a:hover {
  background-color: #C00832;
  border-bottom: 1px solid #C00832;
  border-right: 1px solid #C00832;
}

#cat_cataloging-home #newRecord {
  background-color: #C00832;
  color: white;
}