@font-face {
	font-family: 'proxima_softsemibold';
	src: url("./fonts/proximasoft-semibold-webfont.woff2") format("woff2"), 
    url("./fonts/proximasoft-semibold-webfont.woff") format("woff"), 
    url("./fonts/proximasoft-semibold-webfont.ttf") format("truetype");
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: 'proxima_softregular';
	src: url("./fonts/proximasoft-regular-webfont.woff2") format("woff2"), 
    url("./fonts/proximasoft-regular-webfont.woff") format("woff"), 
    url("./fonts/proximasoft-regular-webfont.ttf") format("truetype");
	font-weight: normal;
	font-style: normal
}

header {
	height: auto
}

.disabled {
	opacity: 0.5
}

.mt-4 {
	margin-top: 4rem !important
}

.mb-4 {
	margin-bottom: 2rem !important
}

.page {
	margin: 20px 0
}

.page h1,
.page h2,
.page h3,
.page h4,
.page h5 {
	/*margin: 30px 0 10px*/
}

.page>* {
	font-size: 0.9rem;
	font-family: arial, "proxima_softregular", sans-serif
}

.page-item,
.toolbarbtn {
	font-family: arial, "proxima_softregular", sans-serif
}

.pagination .pagenum,
.pagination .pagearrow {
	border: none
}

@media (max-width: 568px) {
	.container {
		min-width: 100%
	}
}

.masthead,
.navbar,
.site-header {
	
}

.masthead .users .user,
.navbar .users .user,
.site-header .users .user {
	color: #fff;
	padding: 10px;
	display: inline-block;
	line-height: 1.5rem
}

@media (min-width: 768px) {
	.masthead .users .user,
	.navbar .users .user,
	.site-header .users .user {
		display: block;
		padding: 0
	}
}

.masthead .users a,
.navbar .users a,
.site-header .users a {
	color: #fff;
	
	padding: 10px 5px 0 5px;
	display: inline-block
}

.masthead .users a:hover,
.navbar .users a:hover,
.site-header .users a:hover {
	text-decoration: none;
	color: #00234B
}

.masthead .users .btn,
.navbar .users .btn,
.site-header .users .btn {
	color: #fff;
	padding: 8px 13px;
	font-family: arial, "proxima_softregular", sans-serif;
	font-weight: 400;
	
	margin-top: -10px
}

.masthead ul.navbar-nav .nav-item,
.navbar ul.navbar-nav .nav-item,
.site-header ul.navbar-nav .nav-item {
	position: relative;
	text-align: center;
	cursor: pointer;
	display: block;
	flex: none
}

.masthead ul.navbar-nav .nav-item:hover,
.navbar ul.navbar-nav .nav-item:hover,
.site-header ul.navbar-nav .nav-item:hover {
	/*background-color: #75a2b7*/
}

.masthead ul.navbar-nav .nav-item>a,
.navbar ul.navbar-nav .nav-item>a,
.site-header ul.navbar-nav .nav-item>a {
	/*text-transform: uppercase;*/
	font-family: arial, "proxima_softregular", sans-serif;
	color: #fff;
	padding: 1rem;
	
	padding-right: 3.3rem;
	padding-left: 3.3rem;
	font-weight: 600;
	display: inline-block;
	flex: none
}

@media (min-width: 992px) {
	.masthead ul.navbar-nav .nav-item>a,
	.navbar ul.navbar-nav .nav-item>a,
	.site-header ul.navbar-nav .nav-item>a {
		padding-right: 1.8rem;
		padding-left: 1.8rem
	}
}

@media (min-width: 1200px) {
	.masthead ul.navbar-nav .nav-item>a,
	.navbar ul.navbar-nav .nav-item>a,
	.site-header ul.navbar-nav .nav-item>a {
		padding-right: 2.8rem;
		padding-left: 2.8rem
	}
}

.masthead button,
.navbar button,
.site-header button {
	padding: 0px 20px
}

.masthead button span,
.navbar button span,
.site-header button span {
	color: #fff
}

.masthead .navbar-collapse,
.navbar .navbar-collapse,
.site-header .navbar-collapse {
	z-index: 10;
	background-color: #E9ECED;
}

@media (min-width: 992px) {
	.masthead .navbar-collapse,
	.navbar .navbar-collapse,
	.site-header .navbar-collapse {
		background: transparent
	}
}
@media (min-width: 768px) {
	.navbar .navbar-collapse {
		background: transparent
	}
}
.navbar-expand-lg .navbar-collapse{
	/*display:-webkit-box!important;
	display:-ms-flexbox!important;
	display:flex!important;*/
	-ms-flex-preferred-size:auto;
	flex-basis:auto;
	flex-direction: column;
}
.masthead .navbar-toggler,
.navbar .navbar-toggler,
.site-header .navbar-toggler {
	padding: 10px;
  
}

.masthead .nav-item:hover>.dropdown-menu,
.navbar .nav-item:hover>.dropdown-menu,
.site-header .nav-item:hover>.dropdown-menu {
	display: block;
	margin-top: 0;
	width: 120%;
	padding: 0;
	border: 1px #eee solid;
	padding-top: 5px;
	top: calc(100% - 1px);
	border-radius: 0;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02)
}

.masthead .nav-item:hover>.dropdown-menu .dropdown-item,
.navbar .nav-item:hover>.dropdown-menu .dropdown-item,
.site-header .nav-item:hover>.dropdown-menu .dropdown-item {
	
	padding: 0.5rem 1.5rem;
	font-family: arial, "proxima_softregular", sans-serif;
	font-weight: 400
}

.masthead .nav-item:hover>.dropdown-menu .dropdown-divider,
.navbar .nav-item:hover>.dropdown-menu .dropdown-divider,
.site-header .nav-item:hover>.dropdown-menu .dropdown-divider {
	margin: 0
}

.masthead {
	padding: 34px 0
}

.site-header {
	padding: 0px 0 0
}

.site-branding {
	padding: 0px 0
}

nav {
	height: auto
}

.navbar {	
	padding: 0
}

.modal {
	z-index: 9999999999
}

#app-body {
	min-height: 500px
}

.breadcrumb {
	
	padding: 10px 5px 15px
}

.breadcrumb a {
	font-weight: 100
}

h1,
h2,
h3,
h4,
h5 {
	color: #212529;
	font-family: arial, "proxima_softsemibold", sans-serif;
	font-weight: 600;
	-webkit-font-smoothing: antialiased;
	/*margin-top: 1.5rem;*/
	margin-bottom: 0.5rem;
	/*text-decoration: underline;*/
	text-underline-position: under
}

a {
	color: #747474
}

#homepagesearch {
	padding-top: 220px;
	margin-bottom: 20px
}

.nswba-card {
	border: 1px solid #dae5ea;
	padding: 15px !important;
	margin-bottom: 24px;
	overflow: hidden
}

.main-body {
	min-height: 300px
}

.full-record,
.search-results {
	padding-top: 0px;
	padding-bottom: 20px;
	min-height: 500px
}

.nav-item a {
	/*padding-right: 0.5rem;
	padding-left: 1.5rem;*/
	display: block;
	width: 100%
}

.nav-item a span {
	margin-left: 1rem;
	margin-right: 0.5rem
}

.full-record {
	
}

.full-record .cover-art-box {
	width: 150px;
	text-align: center;
	margin: 0 auto 20px
}

.full-record .shelf>div,
.full-record .shelf .line-title {
	transition: all 0.4s ease-in-out;
	background: #fff
}

.full-record .shelf.highlight>div,
.full-record .shelf.highlight .line-title {
	background: #f8fbc2;
	transition: all 1s ease-in-out
}

.full-record .shelf.highlighted>div,
.full-record .shelf.highlighted .line-title {
	background-color: #fff
}

.full-record .container {
	padding-right: 0
}

.full-record .seperator {
	border-top: 1px #eee solid;
	padding-top: 20px
}

.full-record .links .link,
.full-record .shelf .link {
	display: inline-block;
	background: #f7f7f7;
	border-bottom: 1px #fff solid
}

.full-record .links .link span,
.full-record .shelf .link span {
	line-height: 0.8rem
}

.full-record .links .link .notes,
.full-record .shelf .link .notes {
	padding: 10px 0 0;
	color: #00234B;
	
}

.full-record .links .link .address,
.full-record .shelf .link .address {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	padding: 5px 50px 0 0
}

.full-record .links .link .icon,
.full-record .shelf .link .icon {
	font-size: 12pt;
	top: 25px
}

.full-record .shelf>.col-sm-10 {
	padding: 10px 20px
}

@media (min-width: 768px) {
	.full-record .shelf>.col-sm-10 {
		padding: 0px
	}
}

.full-record .shelf table {
	width: 100%;
	margin: 20px 0
}

.full-record .shelf table td {
	padding: 13px 9px
}

.full-record .shelf table thead td {
	background: #eee
}

.full-record .shelf table tbody {
	font-family: arial, "proxima_softregular", sans-serif;
	font-weight: 400
}

.full-record .shelf table tbody td {
	border-bottom: 1px #eee solid
}

.full-record .shelf table tbody .electronic {
	text-align: right;
	background: #eee;
	padding-right: 20px;
	font-weight: 100;
	background: #fff;
	background: -moz-linear-gradient(90deg, #fff 0%, #f4faff 100%);
	background: -webkit-linear-gradient(90deg, #fff 0%, #f4faff 100%);
	background: linear-gradient(90deg, #fff 0%, #f4faff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#f4faff", GradientType=1)
}

.full-record .fieldname {
	opacity: #58575c;	
	font-weight: bold;
  text-align: right;  
}

.full-record .book-cover-substitute {
	opacity: 0.8;
	padding: 10px;
	height: 180px;
	overflow: hidden;
	font-size: 0.7rem;
	color: #333;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
	border-radius: 1rem
}

.full-record .full-record-text a {

}

.full-record .relates .card-body.grid table {
	margin-left: 5px
}

.full-record .relates table {
	margin: 0px
}

.full-record .relates table tbody td {
	border: none;
	padding: 1px 5px 2px 10px
}

.full-record .relates .card-body {
	border: none;
	padding: 0.2rem
}

.full-record .relates .cover-art-box .coverart {
	height: 80px;
	width: 60px;
	text-align: center
}

.full-record .relates .cover-art-box {
	margin-bottom: 0 !important
}

.related .year {
	
	display: block;
	color: #58575c
}

#home-page-carousel .carousel-item {
	height: auto
}

.carousel-indicators {
	text-align: center;
	bottom: -40px;
	z-index: 5
}

.carousel-indicators .active {
	background-color: #212529;
	opacity: 1
}

.carousel-indicators li {
	background-color: #58575c;
	opacity: 0.5
}

.searchbar {
	border: none;
	position: relative;
	border: none
}

.searchbar input[type="search"] {
	width: 100%;
	display: block;
	background: transparent;
	/*border: 1px #58575c solid !important;*/
	margin: 2px 10px 2px 0;
	box-sizing: border-box;
	transition: all 0.4s linear;
	font-family: arial, "proxima_softregular", sans-serif;
	font-weight: 100;
	font-size: 16px;
	padding: 16px 10px 15px !important;
	width: 100%;
	border-radius: 4px;
	color: #000000
}

.searchbar input[type="search"]:focus {
	background-color: #fff;
	color: #333
}

@media (min-width: 992px) {
	.searchbar input[type="search"] {
		font-size: 14px
	}
}

@media (min-width: 768px) {
	.searchbar button,
	.searchbar .btn-group {
		/*position: absolute;*/
		right: 13px;
		/*top: 5px;*/
		padding: 16px 16px
	}
	.searchbar button a,
	.searchbar .btn-group a {
		font-size: 14px;
		
		width: 100%;
		height: 100%
	}
	.searchbar button a:hover,
	.searchbar .btn-group a:hover {
		color: #fff
	}
}

.searchbar .btn-group {
	display: block;
	position: relative;
	width: 100%;
	right: 0px;
	top: 0px;
	padding: 0;
	margin: 2px 9px
}

.searchbar .btn-group .selection-wrapper {
	position: relative;
	left: 0px;
	top: 0px;
	display: block;
	width: 100%
}

.searchbar .btn-group .selection-wrapper label {
	width: 100%
}

.searchbar .btn-group .selection-wrapper select {
	box-sizing: border-box;
	width: 97%;
	padding: 20px 15px;
	height: auto
}

.searchbar .btn-group .selection-wrapper .btn {
	width: 100%;
	background-color: #58575c;
	margin: 7px 0 10px
}

.searchbar .btn-group .selection-wrapper .btn.dropdown-toggle {
	text-align: left;
	transition: all 0.4s linear
}

.searchbar .btn-group .selection-wrapper .btn.dropdown-toggle::after {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -2px
}

.searchbar .btn-group .selection-wrapper .dropdown-menu {
	z-index: 99;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
	border: none
}

.searchbar .btn-group .selection-wrapper .dropdown-menu a {
	color: #000
}

.searchbar .btn-group .selection-wrapper .dropdown-menu a:hover {
	background: #58575c;
	color: #fff
}

.searchbar .btn-group button {
	box-sizing: border-box;
	width: 49.2%;
	position: relative;
	left: 0;
	right: 0;
	top: 0;
	color: #fff;
	padding: 10px;
	border-radius: 10px !important;
	height: 46px;
	line-height: 0.8;
	font-size: 14px
}

.searchbar .btn-group button>a {
	color: #fff;
	line-height: 14px;
	position: absolute;
	height: 100%;
	width: 100%;
	padding: 15px 13px;
	top: 0;
	left: 0
}

.searchbar .btn-group .btn {
	font-family: arial, "proxima_softregular", sans-serif;
	font-weight: 100;
	border-radius: .25rem;
	color: #fff
}

.searchbar .btn-group .btn.only-btn {
	width: 100%
}

@media (min-width: 992px) {
	.searchbar .btn-group {
		position: absolute;
		right: 14px;
		top: 6px;
		width: 300px;
		margin: 0
	}
	.searchbar .btn-group button {
		padding: 17px 8px;
		border-radius: 3px !important;
		width: 49.2%
	}
	.searchbar .btn-group .selection-wrapper {
		position: absolute;
		left: -225px;
		width: 220px;
		top: -4px
	}
  
  .searchbarRMS .btn-group {
		position: absolute;
		right: 15px;
		
		width: 220px;
		margin: 0
	}
  .searchbarRMS .btn-group .selection-wrapper {
		position: absolute;
		left: -225px;
		width: 220px;
		
	}
}

@media (min-width: 992px) {
	.searchbar>input:focus~.btn-group>.selection-wrapper>.dropdown-toggle {
		background: #fff;
		color: #000
	}
}

.searchbar .selection-wrapper {
	position: absolute;
	left: -230px;
	top: 9px;
	color: #fff
}

.searchbar .selection-wrapper i.fas {
	right: 0px;
	top: 10px;
	position: absolute
}

.searchbar .selection {
	-webkit-appearance: none;
	background: none;
	border: none;
	color: inherit;
	padding-right: 15px;
	outline: none;
	width: 200px;
	background-color: #58575c;
	
	transition: 0.4s all linear
}

.searchbox {
	height: auto;
	/*background: #e1e1e1;*/
  background: #eeeeee;	
	padding: 10px 0 10px 10px;
  
}

#searchboxhome {
	height: auto;
	margin: 0px;
	  
	width: 100%;
	z-index: 9;
	border-radius: 0.2rem;
	position: relative
}

.quick-links {
	margin: 0;
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: nowrap;
	text-align: right
}

.quick-links li {
	display: inline-block;
	padding: 5px 10px
}

.quick-links li a {
	
}

@media (min-width: 992px) {
	.quick-links li {
		padding: 1px 12px
	}
}

.btn {
	padding: 5px 13px;
	border: none
}

.btn.btn-primary {
	background: #00234B
}

.btn.btn-secondary {
	background: #00234B
}

#advSearch .btn {
	padding: 12px
}

#advSearch .form-control {
	
}

.dropdown-item {
	position: relative
}

.dropdown-item span {
	
}

.card-text-resource {
	color: #00234B;
	
}

.btn-secondary:not(:disabled):not(.disabled).active .btn-group-toggle>.btn {
	opacity: 0.5 !important
}

.btn-secondary:not(:disabled):not(.disabled).active .btn-group-toggle .btn-secondary:not(:disabled):not(.disabled).active {
	opacity: 1
}

.cover-art-box {
	box-shadow: 1px 2px 8px -1px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	padding: 10px;
	position: relative;
	background: #fff;
  
  margin-top: 10px;
  margin-right: 14px;
}

.cover-art-box .is-online {
	background-color: #75a2b7;
	text-shadow: 0 0 1px #000;
	
	color: #fff;
	top: 5px;
	left: -21px;
	position: absolute;
	width: auto;
	padding: 5px 5px 5px 15px;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
	z-index: 10;
	border-radius: 0 3px 3px 0
}

.cover-art-box .is-online::after {
	bottom: -10px;
	content: ' ';
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 0px solid transparent;
	border-top: 10px solid #0f191e;
	left: 0px;
	position: absolute;
	z-index: 9
}

.cover-art-box .coverart {
	height: 150px
}

.grid-text {
	
	/*line-height: 2em*/
}

.card-body {
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.card-body.selected {
	background: #eee
}

.card-body .resulttitle {
	padding: 10px 0;  
}

.card-body .resulttitle>a {
	max-width: 100%;
	display: inline-block;
	text-overflow: ellipsis;
	overflow: hidden;
	float: left;
  /*color: #747474;*/
}

.card-body .resulttitle>a em {
	/*border-bottom: 1px #D53A00 solid;*/
  background-color: #EEE8AA;
	font-style: normal
}

.card-body .resulttitle i.fas {
	display: inline-block;
	margin-left: 10px;
	float: left;
	color: #00234B;
	margin-top: 4px
}

.coverart,
.book-cover-substitute {
	background: transparent url("../imgs/no-cover.png") no-repeat center;
	background-size: contain
}

.type_legislation .coverart {
	background-image: url("../imgs/no-cover-gavel.png") !important
}

.type_serial .coverart,
.type_looseleaf .coverart,
.type_law-report .coverart,
.type_mono-in-series .coverart {
	background-image: url("../imgs/no-cover-paper.png") !important
}

.type_web-site .coverart,
.type_paper-report .coverart,
.type_legislation-serial .coverart {
	background-image: url("../imgs/no-cover-webnews.png") !important
}

.type_electronic-resource .coverart {
	background-image: url("../imgs/no-cover-electronic.png") !important
}

.type_audio-video .coverart {
	background-image: url("../imgs/no-cover-media.png") !important
}

.card-body.grid .coverart {
	padding-top: 0px;
	background-position: center;
	height: 130px;
	width: 120px;
	/*background: transparent url("../imgs/no-cover.png") no-repeat;*/
	background-size: contain;  
}

.card-body.grid .fldname {
	text-align: left;
	color: #00234B;
	min-width: 130px
}


.card-body.list .cover-art-box {
	display: none
}

.card-body.list .cover-art-box .coverart {
	padding-top: 10px;
	background-position: center;
	height: 40px;
	width: 30px
}

.card-body.list .fldname {
	display: none
}

.card-body.list tr {
	display: inline-block;
	width: auto;
	margin: 0;
	padding: 0
}

.card-body.list td {
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 0 5px
}

.card-body.list td::first-child {
	padding: 0px
}

.card-body.list .resulttitle {
	margin: 0 -15px
}

.card-body.list .grid-text {
	
	line-height: 1rem;
	color: #00234B
}

.card-body.list .grid-text a {
	
	padding: 10px 0px;
	display: block
}

.search-filters-container a,
.search-filters-container span {
	cursor: pointer;
	
}

@media (min-width: 992px) {
	.search-filters-container a,
	.search-filters-container span {
		
	}
}

#collapseFilter .filter-box {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px
}

#collapseFilter .filter-box button {
	-webkit-appearance: none;
	border-radius: 0.5rem;
	border: 1px #212529 solid;
	
	cursor: pointer
}

#collapseFilter .form-group {
	border-top: 1px #eee solid;
	margin-top: 20px;
	padding-top: 20px
}

#collapseFilter .form-group .filter {
	font-weight: 400;
	
	height: auto
}

#collapseFilter span {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	line-height: 91%;
	width: 90%
}

.page-link {
  color: #493650
}

.pagination .page-link {
	padding: 10px;	
}

.page-item {
	transition: all 2s linear;
	border-bottom: 1px transparent solid
}

.page-item.page-active {
	color: #212529;
	font-weight: 800;
	border-bottom: 2px #212529 solid
}

footer {
	position: relative
}

footer .traditional-owners {
	padding: 20px;
	font-weight: 600;
	font-family: "proxima_softsemibold", sans-serif
}

footer .fab {
	
	color: #00234B;
	margin: 10px 10px;
	font-weight: normal
}

.site-footer {
	padding: 0
}

.site-footer .sub-footer {
	
}

.site-footer .sub-footer a {
	font-size: inherit
}

.pre-footer {
	background: #00234B;
	min-height: 100px;
	padding-top: 40px;
	padding-bottom: 40px
}

.pre-footer a {
	color: #fff;
	text-transform: uppercase
}

.pre-footer a.sub-item {
	text-transform: none;
	color: #00234B;
	
	display: block
}

.pre-footer .sub-menu {
	display: none
}

.btn-border {
	border: 1px #00234B solid;
	border-radius: 0.5rem
}


/************** Layout & navigation ****************************************************/

@media (min-width: 1200px) {
	.masthead ul.navbar-nav .nav-item>a,
	.navbar ul.navbar-nav .nav-item>a,
	.site-header ul.navbar-nav .nav-item>a {
		padding-right: 2.7rem;
		padding-left: 2.8rem
	}
}





/*timepicker*/

.ui-datepicker {
  max-width: 250px;
  padding: .2em .2em 0;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 12px;
  margin: 1px 0;
}

.ui-datepicker table {
  width: 100%;
  font-size: 12px;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker .ui-datepicker-buttonpane {
 
  display: none;
}

.modal-footer{
  justify-content: flex-end; /* Right align buttons with flex property because text-align doesn't work on flex items*/
  justify-content: center;
}

.select2-selection__rendered {
  line-height: normal !important
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #ffffff !important;
  
}  
