

.fullsite-spanner{
    position:absolute;
    top: 20rem;
    left: 0;
    background: #2a2a2a;
    width: 100%;
    display:block;
    text-align:center;
    height: 300px;
    color: #FFF;
    transform: translateY(-50%);
    z-index: 10000;
    visibility: hidden;
}

.fullsite-overlay{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    visibility: hidden;
    z-index: 1000;
}

.fullsite-loader,
.fullsite-loader:before,
.fullsite-loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    animation-fill-mode: both;
    animation: load7 1.8s infinite ease-in-out;
}
.fullsite-loader {
    color: #ffffff;
    font-size: 10px;
    margin: 80px auto;
    position: relative;
    text-indent: -9999em;
    transform: translateZ(0);
    animation-delay: -0.16s;
}
.fullsite-loader:before,
.fullsite-loader:after {
    content: '';
    position: absolute;
    top: 0;
}
.fullsite-loader:before {
    left: -3.5em;
    animation-delay: -0.32s;
}
.fullsite-loader:after {
    left: 3.5em;
}
@-webkit-keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}
@keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

.show{
    visibility: visible;
}

.fullsite-spanner, .fullsite-overlay{
    opacity: 0;
    transition: all 0.3s;
}

.fullsite-spanner.show, .fullsite-overlay.show {
    opacity: 1
}
/* Show separator in eds search-results "Links"-Section */
body#results .searchresults .results_summary.actions.links>a:not(:last-child)::after {
    content: ' | ';
    text-decoration: none;
    display: inline-block;
}
/* Hide "Images" block on eds detail page */
body#opac-detail div#bibliodescriptions>div#qv_images {
    display:none;
}

/* Show bigger tabs for search results */
/* Adjust link font in search tabs to green */
h2#numresults .nav-link,
h1#numresults>h2 .nav-link{
    font-size: 1.2rem !important;
}

/* Adjust link font in search tabs to green */
h2#numresults .nav-link:not(.active),
h1#numresults>h2 .nav-link:not(.active){
    color: var(--kit-main-green-link) !important;
}

