body {
    font-family: 'Segoe UI', 'Roboto', sans-serif; /* Use a clean, modern font */
    font-size: 12px; /* Base font size */
    line-height: 1.6; /* Good readability */
    color: #333; /* Default text color */
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Segoe UI Light', 'Segoe UI', 'Merriweather', serif; /* Serif font for headings */
    font-weight: bold;
}

h1 {
    font-size: 20px;
}

h2 {
    font-size: 18px;
}
h3 {
    font-size: 16px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 13px;
}

h6 {
    font-size: 12px;
}


p {
    font-size: 14px;
}

a {
    color: #007bff;
    text-decoration: none;
}

.search-results-plus a {
    font-size: 1rem;
}

.page-item.active .page-link{
    z-index: 1;
}
/* .search-results-plus span {
    font-size: 0.8rem;
}

.search-results-plus p {
    font-size: 0.7rem;
} */

#zsearch_content{
    max-height: 100px;
    overflow-y: auto;
    overflow-x: hidden;
}
.results-table .imagebox {
    height: 120px; /* Set the row height */
}

.results-table td {
    vertical-align: middle; /* Ensures content aligns vertically */
}

.results-table .imagebox img {
    max-height: 100%; /* Scale to fit the row height */
    width: auto; /* Maintain aspect ratio */
    object-fit: contain; /* Prevent cropping */
    display: block; /* Remove inline spacing */
}

.form-group.required .control-label:after {
    content:" * ";
    color:red;
  }

.search-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  background-image: var(--background-image);
  background-repeat: no-repeat; /* Prevents the background image from repeating */
  background-size: cover;       /* Scales the image to cover the entire element */
  background-position: center;  /* Centers the background image within the element */
  
  /* background: var(--primary-color); */
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  padding: 40px 40px;
  margin-bottom: 10px;
}

#homepage .search-area {
	padding: 120px 40px;
}
.search-area form{
}

.footer-bottom {
    border-top: 1px solid #4a5867;
    padding: 19px 0;
}
footer {
    background-color: #2c3e50;

}

.footer-bottom, .footer-bottom .copyright a:not(:hover) {
    color: #c2c2c2;
}

.footer-bottom ul{
	list-style: none;
}


.external-links{
	padding: 2%;
}

.box{
	height: 10em;
	width: 100%;
	
}
 
.external-links .imagebox{
	height: 6.5em;
	width: 6.5em;
}

.imagebox img{
	width: 100%;
	max-height: 100%;
}

.imagebox-xs.imagebox img{
	width: 45%;
	max-height: 100%;
}

.content-body {
    margin-top:5em;
}

/* enable absolute positioning */
.inner-addon { 
    position: relative; 
}

.inner-addon a{
    color: #333;
}
/* style icon */
.inner-addon .fa {
  position: absolute;
  padding: 5px;
}

/* align icon */
.left-addon.fa  { left:  0px;}
.right-addon.fa { right: 0px;}


/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }

.marc-edit .card-header h2{
    font-size: 1.1rem;
    color: black;
}

.marc-edit .subfield{
    font-size: 0.8rem;
    color: black;
}

.marc-edit .card{
    margin-bottom: 0.8rem;
    border-bottom: 1px solid #e3e6f0 !important;
    border-bottom-left-radius: .35rem !important;;
    border-bottom-right-radius: .35rem !important;;
}

.marc-edit .card-body{
    padding: 0.0 0.7rem;
    margin-top: 0.7rem;
}


.marc-edit .card .card-header {
    border: 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
            box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    border-radius: 2px;

    background: rgb(160, 204, 255);
    /*background: rgb(250, 236, 176);*/
    /*background: #FFE472;*/
    color: #222;
    padding-right:1.5rem;
    padding-left:0.3rem;
    padding-top:0.3rem;
    padding-bottom:0.3rem;
  }
  

.marc-edit .btn-header-link{
    padding:0;

}

.marc-edit input.form-control, .marc-edit .indicator{
    color:black;
    height: calc(1.0em + .5rem + 2px);

}

.marc-edit .form-group{
    margin-bottom: 0.4rem;
}

.marc-edit .control-label{
    margin-bottom: 0;
}


.marc-edit .btn-header-link:focus, .marc-edit .btn-header-link:active {
    outline: none !important;
    box-shadow: none;
 }

.marc-edit .btn-header-link:after{
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
}

.marc-edit .btn-header-link.collapsed:after {
    content: "\f105"; /* fa-angle-right*/
  }

  .zsearch-results .card-header, .zsearch-results .card-header div, .zsearch-results .btn{
      padding: 0;
     /* padding-right: 5px;*/
     margin: 0;
  }

  .zsearch-results .card-header .btn-link{
    font-weight: 300;
    text-decoration: none;
}

.zsearch-results-heading{
    padding: 0;
}

.zsearch-results .btn-link:focus, .zsearch-results .btn-link:active {
    outline: none !important;
    box-shadow: none;
 }
  
 ul.signup{
     list-style-type: decimal;
 }

.banner {
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: #f8f9fa;  */
}

.banner img {
    height: 100%; /* Ensures the image fills the height of the banner */
    width: auto; /* Maintains aspect ratio */
    object-fit: contain; /* Ensures the whole image fits within the container */
    display: block; /* Prevents inline spacing issues */
}

/* Styles for large screens (desktops, tablets) */
@media (min-width: 768px) {
    .banner {
        height: 55px; /* Height for larger screens */
    }
}

/* Styles for small screens (mobile devices) */
@media (max-width: 767px) {
    .banner {
        height: 40px; /* Smaller height for mobile */
    }
}

