﻿/* Css som styr utsendet på koha.sh.se. */

@font-face {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 300;
    src: local('Heebo Light'), local('Heebo-Light'), url(https://fonts.gstatic.com/s/heebo/v3/NGS3v5_NC0k9P9ldb6RMkKs.ttf) format('truetype');
}

@font-face {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 400;
    src: local('Heebo'), local('Heebo-Regular'), url(https://fonts.gstatic.com/s/heebo/v3/NGS6v5_NC0k9P9H2TbQ.ttf) format('truetype');
}

@font-face {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 500;
    src: local('Heebo Medium'), local('Heebo-Medium'), url(https://fonts.gstatic.com/s/heebo/v3/NGS3v5_NC0k9P9kFbqRMkKs.ttf) format('truetype');
}

@font-face {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 700;
    src: local('Heebo Bold'), local('Heebo-Bold'), url(https://fonts.gstatic.com/s/heebo/v3/NGS3v5_NC0k9P9lNaKRMkKs.ttf) format('truetype');
}

@font-face {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 800;
    src: local('Heebo ExtraBold'), local('Heebo-ExtraBold'), url(https://fonts.gstatic.com/s/heebo/v3/NGS3v5_NC0k9P9lRa6RMkKs.ttf) format('truetype');
}

.container-fluid h1 {
    display: none;
}

.maincontent h1.main-header {
    display: block;
}

h1, .font-heading-1 {
    font-family: bodoni,sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 36px;
    color: #2c2f34;
    line-height: 1.2;
    margin-top: 0px;
    margin-bottom: 25px;
}

h2 {
    font-family: heebo,sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 23px;
    color: #2c2f34;
    line-height: 1.2;
    font-weight: 800;
}

h3, .font-heading-3 {
    font-family: heebo,sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    color: #2c2f34;
    line-height: 1.2;
    font-weight: 800;
}

p, .sv-portlet p {
    font-size: 18px;
    font-family: 'Heebo', sans-serif;
    font-weight: 300;
    color: #2c2f34;
    margin-top: 0;
    margin-bottom: 25px;
    line-height: 1.45;
}

.font-small {
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 300;
}

* {
    box-sizing: border-box;
}

a {
    cursor: pointer;
    text-decoration: underline;
}


body {
    background-color: #fdfcfb;
    margin: 0 0 0 0;
    font-family: Heebo,sans-serif;
    font-size: 16px;
    color: #2c2f34;
    font-weight: 400;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

    body a {
        color: #2c2f34;
    }

        body a:visited {
            color: #2c2f34;
        }

        body a:hover {
            color: rgba(44,47,52,.8);
        }

#wrapper {
    background-color: #fff;
    padding-bottom: 350px;
    position: relative;
    min-height: 100vh;
    padding-left: 0;
    padding-right: 0;
}

#renewall input.btn[type="submit"] {
    display: none;
}

.ui-tabs .ui-tabs-panel {
    padding: 0;
}

.alert.alert-info {
    width: 100%;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

.sh-infobox {
    background-color: rgba(197,225,222,.34);
    padding: 13px 18px 13px 22px;
    display: block;
    margin-bottom: 20px;
    max-width: 700px;
    line-height: 1.6;
    border: none;
    margin-top: 2em;
    margin-bottom: 2em;
}

    .sh-infobox.center-true {
        margin: 0 auto;
    }

.alert-info h3 {
    display: none;
}

.alert ul {
    margin: 0;
    list-style-type: none;
}

.pincode {
    text-security: disc;
    -webkit-text-security: disc;
    -moz-text-security: disc;
}

#opac-auth > h1 {
    width: 100%;
}

#opac-login-page .col-md-10.col-lg-6 {
    margin-left: 0;
    margin: auto;
    width: 100%;
    max-width: 100%;
}

#opac-login-page .row.justify-content-center {
    display: block;
    width: 100%;
}

.login-page-button-div {
    text-align: center;
}

.navbar-inverse .navbar-inner {
    background: #fff;
    border: none;
    box-shadow: none;
}

.main {
    margin: 0;
    margin-top: 3em;
    background-color: #fdfcfb;
    border: none;
}

    .main .span10 {
        display: none;
    }


.container-fluid > .row > .col {
    position: unset;
}

.main > .container-fluid {
    margin-top: 20px;
    margin-bottom: 20px;
}

.container-fluid {
}

.sh-grid {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

    .sh-grid [class*=sh-col-] {
        flex: 1 0 100%;
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }


#logo {
    background: transparent url("https://bibl-app.sh.se/img/logo-SH.svg") no-repeat scroll 0;
    float: left !important;
    padding: 0;
    height: 100px;
    width: 220px;
    position: absolute;
    left: 3px;
    top: 6px;
}

    #logo a {
        width: 100%;
        height: 100% !important;
        opacity: 0;
    }

ul#members {
    display: none;
}

#langmenu {
    display: none;
}

/*#header-region {
  border:none;
}*/
#header-region {
    display: flex;
    flex-direction: column;
}

.navbar-inner {
    padding: 0;
}

    .navbar-inner .container-fluid {
        max-width: 1410px;
        height: 110px;
        padding: 0 3px 0 289px;
        margin: 0 auto;
        position: relative;
    }

body > .container-fluid {
    position: relative;
    margin-top: 46px;
}

.sh-header-logo img {
    width: 209px;
    height: auto;
}

.breadcrumb {
    display: none;
    margin: 0;
    border-top: 1px solid rgba(255,214,24,.3);
    border-bottom: 1px solid rgba(255,214,24,.3);
    background-color: white;
    padding-top: 12px;
    padding-bottom: 20px;
    padding-left: 20px;
}


    .breadcrumb > li > .divider {
        padding-left: 6px;
        padding-right: 6px;
        color: #ffd618;
        font-size: 13px;
        font-family: Heebo,sans-serif;
        font-weight: 300;
        line-height: 1;
        float: left;
        text-decoration: none;
        position: relative;
        z-index: 1;
    }

.breadcrumb-item + .breadcrumb-item:before {
    display: none;
}

.navbar-text a {
    color: #2c2f34 !important;
}

.breadcrumb li a {
    font-size: 13px;
    font-family: Heebo,sans-serif;
    font-weight: 300;
    line-height: 1;
    float: left;
    color: #2c2f34;
    text-decoration: none;
    position: relative;
    z-index: 1;
}

.breadcrumb li:hover a::after, .breadcrumb li:last-child a::after {
    content: '';
    border-bottom: 2px solid #ffd618;
    position: absolute;
    right: -2px;
    bottom: -1px;
    left: -2px;
    z-index: -1;
}


.top-links__item {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    border: none;
    font-family: Heebo,sans-serif;
    font-weight: 300;
    font-size: 10px;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    color: #2c2f34 !important;
    padding: 0 15px;
    cursor: pointer;
    height: 28px;
    display: flex;
    align-items: center;
}

    .top-links__item .fas {
        font-size: 14px;
        margin-right: 6px;
        position: relative;
        top: -1px;
    }

.header__top {
    margin-left: auto;
    padding-top: 20px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    position: relative;
    top: 30px;
}

.sh-top-actions {
    display: none;
}

.sh-header__bottom {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.sh-top-actions__item {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    border: none;
    cursor: pointer;
    margin-left: 15px;
    justify-content: center;
    text-align: center;
    align-items: center;
    text-decoration: none;
}

    .sh-top-actions__item .fas, .sh-top-actions__item .far {
        color: #2c2f34;
        font-size: 24px;
        background-color: #ffd618;
        height: 46px;
        width: 46px;
        padding-top: 10px;
    }




    .sh-top-actions__item span {
        display: block;
        font-size: 9px;
        text-transform: uppercase;
        line-height: 1.11;
        letter-spacing: .3px;
        margin-top: 8px;
    }

.ui-tabs-anchor {
    color: black !important;
}

.intro-text {
    font-family: Heebo,sans-serif;
}

    .intro-text ul {
        margin-left: 0px;
        margin-top: 0px;
        margin-bottom: 5px;
        padding-left: 0;
        list-style: none !important;
        display: inline-block;
    }

        .intro-text ul li {
            position: relative;
            margin-bottom: 20px;
            padding-left: 35px;
        }

            .intro-text ul li::before {
                content: '';
                text-align: center;
                position: absolute;
                left: 8px;
                top: 0px;
                width: 16px;
                height: 16px;
                border-radius: 50%;
                box-sizing: border-box;
                border: #ffd618 4px solid;
                background-color: #ffeb8c;
            }

    .intro-text a {
        text-decoration: underline;
    }

td.sum {
    white-space: nowrap;
    width: 1%;
}

.alert {
    background-color: rgba(197,225,222,.34) !important;
    border: none;
    background: none;
    padding: 13px 18px 13px 22px;
    display: block;
    margin-bottom: 20px;
    max-width: 700px;
    line-height: normal;
}

.header__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


#blockedonfines {
    background-color: #fff1f3 !important;
}

#opac-auth h2 {
    display: none;
}

.span10 h2, .span10 h3 {
    display: none;
}

a#listsmenu {
    display: none;
}

a#cartmenulink {
    display: none;
}

div#opac-user-checkouts > p {
    display: none;
}

#opac-main-search {
    display: none;
}

#userdetails > p {
    display: none;
}

div#koha_url {
    display: none;
}

ul.nav {
    display: none !important;
}

    ul.nav.pull-right {
        display: none;
    }

th.sorting, th.sorting_desc, th.sorting_asc {
    cursor: pointer;
}

    th.sorting:hover, th.sorting_desc:hover, th.sorting_asc:hover {
        text-decoration: underline;
    }

.table-bordered a {
    text-decoration: none;
}

    .table-bordered a:hover {
        text-decoration: underline;
    }



.table-bordered th {
    background: #c5e1de !important;
    border: none;
}

.table td {
    background: white !important;
    border: none !important;
}

.table-bordered > caption {
    display: none;
}

.table-bordered tr {
    border-bottom: rgba(44,47,52,.2) 1px solid;
}

.table-bordered thead tr {
    border: none;
}

.table-bordered .title {
    color: #2c2f34 !important;
}

.table-bordered {
    border: none;
    border-collapse: collapse;
    width: 100% !important;
}


    .table-bordered .sorting_asc::after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f0de";
        margin-left: 5px;
    }

    .table-bordered .sorting_desc::after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f0dd";
        margin-left: 5px;
    }

#illrequestlist th:first-child, #illrequestlist th:nth-child(4), #illrequestlist th:nth-child(5) {
    display: none;
}

#illrequestlist td:first-child, #illrequestlist td:nth-child(4), #illrequestlist td:nth-child(5) {
    display: none;
}

#holdst td:nth-child(3), #holdst td:nth-child(4), #holdst th:nth-child(3), #holdst th:nth-child(4) {
    display: none;
}

#user_summary {
    display: none;
}

#finestable tr td:first-child, #finestable tr th:first-child:not(.sum) {
    display: none;
}

#finestable td.sum {
    border: 1px solid #dddddd !important;
}

.pay-online {
    display: none;
}

    .pay-online h2 {
        display: none;
    }

    .pay-online > legend {
        display: none;
    }

    .pay-online > .control-group > label.radio {
        display: none;
    }
/*
#borrower_email {
    display: none;
}

label[for="borrower_email"] {
    display: none !important;
}		
*/
.ui-tabs .ui-tabs-panel {
    border: none;
    background: white;
}

.odd:first-child {
    margin-top: 1.0em;
}

a.btn.btn-default.btn-small.pull-right {
    color: black;
    width: fit-content;
    min-width: 0;
}

div#illrequests-create-button {
    display: none;
}

#opac-user-views {
    padding: 0;
}

    #opac-user-views .ui-tabs-nav {
        padding: 0;
    }

td.overdue {
    font-weight: bold;
}

#opac-user-views li[aria-controls="opac-user-fines"] {
    display: none;
}

li.ui-tabs-tab[aria-controls="opac-user-overdues"] {
    display: none;
}

#menu {
    display: none;
}

.menu-collapse {
    background-color: #ffd618;
    list-style-type: none;
    margin: 0;
    margin-bottom: 10px;
    padding: 8px;
}

#menu .menu-collapse {
    margin-bottom: 0px;
    padding: 8px;
    padding-bottom: 0px;
}

.menu-collapse.bottom {
    padding-top: 0px;
}

.menu-collapse a {
    display: block;
    text-decoration: none;
}

    .menu-collapse a:hover {
        text-decoration: underline;
    }

#menu li a:hover {
    text-decoration: underline;
}

.menu-collapse li:not(:last-child) {
    margin-bottom: 2px;
}

.menu-collapse li a {
    font-family: heebo;
    color: #2c2f34;
    background: none;
    background-color: unset !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.menu-collapse li.mobile-item.active {
    font-weight: 700;
}

#menu li a {
    font-family: heebo;
    font-size: 16px;
}

#menu ul li:nth-child(4) {
    display: none;
}

#menu ul li:nth-child(5) {
    display: none;
}

#menu ul li:nth-child(8) {
    display: none;
}

.alert-info {
    background: rgba(197,225,222,.34);
    border: none;
    display: block;
}

.btn {
    text-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    border: none;
    display: inline-block;
    font-family: Heebo,sans-serif !important;
    font-weight: 800;
    position: relative;
    background-color: #ffd618;
    font-size: 15px;
    letter-spacing: .4px;
    text-align: center;
    color: #2c2f34;
    text-decoration: none;
    min-width: 200px;
    max-width: 100%;
    height: 55px;
    line-height: 55px;
    padding: 2px 20px;
    margin-bottom: 25px;
    text-transform: uppercase;
    cursor: pointer;
    transition-property: background-color;
    transition-duration: .2s;
    transition-timing-function: ease;
}

    .btn:hover:not([disabled]) {
        background-color: #ffe25d;
    }

.btn-danger {
    background-color: #ef594e;
    color: #2c2f34 !important;
}

    .btn-danger:hover {
        background-color: #f3857d !important;
    }

.sh-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    border: none;
    display: inline-block;
    font-family: Heebo,sans-serif;
    font-weight: 800;
    position: relative;
    background-color: #c5e1de;
    font-size: 15px;
    letter-spacing: .4px;
    text-align: center;
    color: #2c2f34;
    text-decoration: none;
    min-width: 200px;
    max-width: 100%;
    height: 55px;
    line-height: 55px;
    padding: 2px 20px;
    margin-bottom: 25px;
    text-transform: uppercase;
    cursor: pointer;
    transition-property: background-color;
    transition-duration: .2s;
    transition-timing-function: ease;
}

.sh-button--small {
    font-size: 11px;
    font-weight: 500;
    height: 34px;
    border-radius: 2px;
    min-width: 100px;
    padding: 0 16px;
}

.sh-button--black {
    background-color: #2c2f34;
    color: #fff;
    width: 100%;
    max-width: 400px;
}

.sh-button.sh-button--black.sh-button--small .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.sh-button.sh-button--black.sh-button--small {
    padding: 0 25px;
    line-height: 3.6;
    font-size: 11px;
    height: 38px;
    margin-bottom: 0;
    color: white;
}

.sh-button--black:hover {
    background-color: rgba(44, 47, 52, 0.8);
    text-decoration: none;
    color: white;
}


.sh-round-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    border: none;
    padding: 0;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    border: 2px solid #fff;
    text-align: center;
    font-family: Heebo,sans-serif;
    font-size: 13px;
    line-height: normal;
    font-weight: 800;
    color: #000;
    background-color: #ffd618;
    text-decoration: none;
    cursor: pointer;
}

    .sh-round-button.sh-contact-button {
        position: fixed;
        right: 36px;
        bottom: 12px;
        z-index: 100;
    }

    .sh-round-button:hover {
        background-color: #c5e1de;
    }

    .sh-round-button .far {
        display: block;
        font-size: 25px;
        margin-bottom: 5px;
    }

.btn.btn-mini.btn-danger {
    min-width: 0;
    margin: 0;
}

.jacketcell img {
    height: 100px;
    width: 60px;
}

#holds {
    display: none;
}

    #holds h1 {
        margin-top: 20px;
    }

    #holds h3 {
        display: none;
    }

.holdrow {
    margin-bottom: 2em;
    padding: 0;
}

    .holdrow ul {
        margin: 0;
    }

    .holdrow .label {
        float: unset !important;
        margin-right: 0 !important;
    }

input.btn.placehold {
    margin: 0 auto;
    display: block;
}

#opac-holds .toggle-hold-options {
    display: none !important;
}

#opac-holds .confirmjs_hold {
    display: none !important;
}

#opac-user-views ul {
    display: none;
}

.custom-menu {
    display: none;
}

footer#changelanguage {
    display: none;
}

.action {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .action input[type="submit"] {
        margin: 0 auto;
    }

form#memberentry-form {
    max-width: 700px;
}

#contact-details {
    border-bottom: 2px solid #ffd618;
    padding: 0.5em;
}

    #contact-details h2 {
        margin-bottom: 0;
    }

.contact-details-list span {
    margin-left: 5px;
}

.contact-details-list {
    list-style-type: none;
    padding: 0;
    margin-top: 1em;
    margin-bottom: 1em;
}

    .contact-details-list li {
        margin-left: 10px;
        margin-bottom: 20px;
    }

.gray {
    background-color: #EDEEEE;
}

.circle {
    border-radius: 50%;
    height: 30px;
    width: 30px;
    text-align: center;
    display: inline-block;
}

    .circle i {
        line-height: 30px;
    }

span.required {
    display: none;
}

label.required {
    color: black;
}

fieldset.rows.patron-attributes {
    display: none;
}

#memberentry_identity {
    display: none;
}

#mainaddress_legend {
    display: none;
}

#contact_legend {
    display: none;
}

#identity_legend {
    display: none;
}

#memberentry_identity textarea {
    resize: none;
    line-height: 36px;
}

a.clear-attribute {
    display: none;
}

#opac-password-recovery .main .span10 {
    width: 100%;
    margin: 0;
}

#password-recovery .input-box {
    display: inline-block;
    width: 50%;
}

    #password-recovery .input-box:nth-child(3) {
        padding-left: 5%;
    }

#password-recovery p {
    margin-bottom: 20px;
}

#password-recovery .input-box:nth-child(2) {
    border-right: rgba(44,47,52,.2) 1px solid;
    padding-right: 5%;
}

#opac-password-recovery .span2 {
    display: none !important;
}

#opac-auth {
    display: flex;
    flex-wrap: wrap;
}

    #opac-auth > p {
        display: none;
    }

    #opac-auth > h4, #opac-auth > h3 {
        display: none;
    }

#mobile_menu_button {
    display: none;
}

#illrequestupdate-form .cancel {
    display: none;
}

input.update-illrequest.btn.btn-default {
    margin: 0 auto !important;
}



#loginDiv {
    display: none !important;
    margin-top: 1em;
}

#opac-registration-confirmation #auth {
    display: block;
}

#auth p {
    display: none;
}

fieldset.brief {
    padding-top: 1em;
}

#auth .alert.alert-info {
    margin-top: 1em;
    line-height: normal;
}

.alert.alert-info i.fas.fa-info-circle {
    margin-right: 5px;
}

.login-image {
    margin-bottom: 2em;
    text-align: center;
}

i.fas.fa-info-circle {
    font-size: 14px;
}

#sh_login {
    border-right: rgba(44,47,52,.2) 1px solid;
}

#rkh_login {
    border-right: rgba(44,47,52,.2) 1px solid;
}

#external_login p {
    margin-bottom: 0;
    margin-top: 1em;
}

#opac-auth > div {
    flex: 0 0 33%;
    max-width: 33%;
    padding: 1em;
}

#nologininstructions {
    display: none;
}

#opac-password-recovery form input, #opac-login-page form input, #add_suggestion_form li input, #memberentry-form li input, #memberentry-form li textarea, #opac-registration-confirmation input:not([type='submit']) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ffd618;
    width: 100%;
    padding: 2px 10px 0 15px;
    font-family: 'Heebo', sans-serif;
    font-weight: 300;
    font-size: 14px;
    background-color: white;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 15px;
    transition: none;
}

#memberentry-form li textarea {
    line-height: 36px;
}

#memberentry-form label.error, #memberentry-form label.error {
    font-weight: 500 !important;
    font-style: italic;
}

#opac-password-recovery form label, #opac-login-page form label, #add_suggestion_form li label, #memberentry-form li label, #opac-registration-confirmation label {
    display: block;
    font-size: 11px;
    margin-bottom: 5px;
    font-family: 'Heebo', sans-serif;
    font-weight: 800;
    line-height: normal;
    position: relative;
    text-align: left;
    line-height: 1;
}

#opac-login-page form label {
    display: inline-flex;
}

.normal-span {
    font-weight: normal;
    min-height: 0px !important;
    margin-left: 2px !important;
}

#opac-password-recovery form input[type='submit'], #opac-login-page form input[type='submit'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    min-height: 34px;
    background-color: #d3d3d3;
    padding: 0 10px;
    text-align: center;
    font-weight: normal;
    font-family: 'Heebo', sans-serif;
    font-weight: 800;
    font-size: 11px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    width: 100%;
    color: #2c2f34;
    transition-property: background-color;
    transition-duration: 200ms;
    transition-timing-function: ease;
    margin-top: 10px;
    border-radius: 0;
}

#memberentry-form input[type='checkbox'] + label {
    display: block;
    font-size: 14px;
    line-height: normal;
    font-weight: 300;
    margin-bottom: 18px;
    cursor: pointer;
}

#memberentry-form input[type='checkbox'] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    display: block;
}


#memberentry-form input[type='checkbox'] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    display: block;
}

    #memberentry-form input[type='checkbox'] + label::before {
        content: "";
        box-sizing: border-box;
        width: 20px;
        height: 20px;
        border: 2px solid #c5e1de;
        position: relative;
        top: 0;
        margin-right: 6px;
        float: left;
        text-align: center;
        transition-property: color, background-color, border-color, border-width;
        transition-duration: 200ms;
        transition-timing-function: ease;
        background: white;
    }

    #memberentry-form input[type='checkbox']:checked + label:before {
        border-width: 6px;
    }

fieldset.rows .label, fieldset.rows label.agreement_li {
    width: 100%;
}

#forgotpassword {
    display: none;
}

#registrationinstructions {
    display: none;
}

#opac-password-recovery form input[type='submit']:hover, #opac-login-page form input[type='submit']:hover {
    background-color: #ffd618 !important;
}

#password-recovery {
    max-width: 800px;
    margin: 0 auto;
}

    #password-recovery label[for="username"] {
        margin-top: 2em;
    }

fieldset.rows .hint {
    margin-left: 0;
}

#memberentry_password .alert-info {
    display: none;
}

#memberentry_captcha legend {
    display: none;
}

#agreement_li {
    margin-top: 1em;
}

#opac-patron-update #memberentry-form {
    display: none;
}

#memberentry_library {
    display: none;
}

#memberentry_alternatecontact {
    display: none;
}

#memberentry_alternateaddress {
    display: none;
}

#memberentry-form ol {
    margin: 0;
    padding: 0;
}

#memberentry-form textarea.error, #memberentry-form textarea.error:focus {
    border-color: #c00;
    box-shadow: inset 0 1px 1px #c00, 0 0 8px #c00;
    color: red;
    outline: 0 none;
}

#checkoutst td:last-child {
    display: none;
}

#checkoutst th:last-child {
    display: none;
}

#renewselected input[type="submit"] {
    display: none;
}

.action a.cancel {
    display: none;
}

#contact_modal {
    display: none;
}

.sh-modal-wrapper a {
    color: black !important;
}

.sh-mobile-menu-modal-container {
    transition: opacity 0.3s ease;
    opacity: 1;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(355deg, #ffd618, #ffde46);
    padding: 66px 15px 20px;
    overflow-y: auto;
    overflow-x: hidden;
}

.sh-mobile-menu h1, .sh-mobile-menu h2 {
    font-family: 'Bodoni', sans-serif;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 36px;
}

/*Varje rad i menylistan*/
.sh-mobile-menu__item {
    position: relative;
    background-color: #000025;
    font-family: 'Heebo', sans-serif;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 800;
    color: #fff;
    margin-bottom: 10px;
}

#menu_item_ a {
    color: white !important;
}

/* Stäng-knappens stil */
.close-button {
    position: absolute;
    top: 10px;
    right: 30px;
    background: none;
    border: none;
    font-size: 76px;
    color: white;
    cursor: pointer;
}

/* Stilar för contact_modal */
.sh-modal-mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

    .sh-modal-mask.show {
        display: block !important;
    }

.sh-modal-content {
    position: relative;
    margin: 10% auto;
    padding: 20px;
    background: white;
    width: 80%;
    max-width: 600px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.sh-mobile-menu__item a {
    color: #fff;
    display: block;
    padding: 0 58px 0 18px;
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: none;
}

div#opaccredits {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}


footer {
    background-color: #1d1f21;
    height: 0px;
    /* padding: 60px 0 40px 20px; */
    overflow: hidden;
}

    footer .sh-grid {
        position: relative;
    }


.sh-footer-map span {
    width: 200px;
    position: absolute;
    right: 3px;
    bottom: 82px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    font-family: Heebo,sans-serif;
    font-weight: 800;
}

.sh-footer-map__pulse {
    border: 8px solid #ffd618;
    background: 0 0;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    position: absolute;
    bottom: 48px;
    left: 34px;
    z-index: 1;
    opacity: 0;
}

    .sh-footer-map__pulse.sh-animate {
        animation: pulse 2s linear;
        animation-iteration-count: infinite;
    }

@keyframes pulse {
    0% {
        transform: scale(0);
        opacity: 0.0;
    }

    25% {
        transform: scale(0);
        opacity: 0.1;
    }

    50% {
        transform: scale(0.1);
        opacity: 0.3;
    }

    75% {
        transform: scale(0.5);
        opacity: 0.5;
    }

    100% {
        transform: scale(1);
        opacity: 0.0;
    }
}


footer p a, footer p.font-small a {
    color: #fff;
}

.sh-footer-social-media a {
    float: left;
    margin-right: 24px;
    font-size: 19px;
    color: #fff;
}

footer h1 {
    font-family: Heebo,sans-serif;
    font-size: 13px;
    font-weight: 800;
    color: #fff;
    margin-top: 0;
    margin-bottom: 18px;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: .6px;
}

footer p strong, footer p.font-small strong {
    letter-spacing: .6px;
    font-family: Heebo,sans-serif;
    font-size: 13px;
    font-weight: 800;
}

.sh-footer-map {
    position: absolute;
    top: -16px;
    right: 0;
    text-decoration: none;
    height: 247px;
    width: 279px;
}

.sh-footer-logo p {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.58;
    max-width: 330px;
    color: #fff;
}

footer p, footer p.font-small {
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.5;
}

.sh-contact ul.sh-ul {
    list-style: none;
    margin: 0;
    padding: 34px 33px;
}

@media (min-width: 1200px) {


    .sh-grid .sh-row {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

        .sh-grid .sh-row .sh-col-xl-4 {
            flex: 1 0 33.333%;
            max-width: 33.333%;
        }

        .sh-grid .sh-row .sh-col-xl-3 {
            flex: 1 0 25%;
            max-width: 25%;
        }

        .sh-grid .sh-row *.sh-col-xl-8 {
            flex: 1 0 66.667%;
            max-width: 66.667%;
        }

        .sh-grid .sh-row *.sh-col-xl-4 {
            flex: 1 0 33.334%;
            max-width: 33.334%;
        }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .sh-grid .sh-row {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin-left: -10px;
        margin-right: -10px;
        justify-content: flex-start;
    }

        .sh-grid .sh-row .sh-col-lg-8 {
            flex: 1 0 66.667%;
            max-width: 66.667%;
        }

        .sh-grid .sh-row .sh-col-xl-4 {
            flex: 1 0 33.333%;
            max-width: 33.333%;
        }

        .sh-grid .sh-row .sh-col-xl-3 {
            flex: 1 0 25%;
            max-width: 25%;
        }

    .sh-contact .sh-row {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 991px) {

    #sh_login {
        border-right: none;
    }

    #rkh_login {
        border-right: none;
    }

    #memberentry-form label.error, #memberentry-form label.error {
        position: unset !important;
    }

    #opac-auth > div {
        flex: 0 0 100%;
        max-width: 100%;
    }

    #external_login {
        border: none;
    }

    .sh-top-actions {
        display: inline-block;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .span2 {
        display: none !important;
    }

    .span10 {
        width: 100% !important;
        margin: 0 !important;
    }

    #mobile_menu_button.show {
        display: inline-block;
    }

    #logo {
        background-size: 150px;
        top: 16px;
        left: 10px;
    }

    .sh-round-button.sh-contact-button {
        display: none;
    }

    .header {
        padding-left: 0px;
    }

    .navbar .container-fluid {
        padding: 0;
    }

    .header__top {
        background-image: linear-gradient(94deg,#ffde46,#ffd618);
        padding-top: 0;
        width: 100%;
    }

    .header-logo {
        top: 32px;
        left: 12px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .sh-hide-md {
        display: none !important;
    }

    .sh-grid .sh-row .sh-col-md-5 {
        flex: 1 0 41.667%;
        max-width: 41.667%;
    }

    .sh-grid .sh-row .sh-col-md-4 {
        flex: 1 0 33.333%;
        max-width: 33.333%;
    }

    .sh-grid .sh-row .sh-col-md-3 {
        flex: 1 0 25%;
        max-width: 25%;
    }

    .sh-grid .sh-row {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin-left: -10px;
        margin-right: -10px;
        justify-content: flex-start;
    }

    .sh-contact .sh-row {
        margin-left: 0;
        margin-right: 0;
    }

    .sh-grid .sh-row .sh-col-md-4 {
        flex: 1 0 33.333%;
        max-width: 33.333%;
    }

    .sh-grid .sh-row .sh-col-md-8 {
        flex: 1 0 66.667%;
        max-width: 66.667%;
    }
}

@media (max-width: 767px) {

    form#illrequestupdate-form label {
        display: inline;
        margin: 0;
        float: unset;
    }

    a.btn.btn-default.btn-small.pull-right {
        float: unset;
        margin-top: 1em;
    }

    #holds {
        margin: 15px;
    }

    .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
        margin: auto;
    }

    body, .main {
        padding: 0;
    }

    h1 {
        font-size: 27px;
        margin-bottom: 10px;
    }

    h3 {
        font-family: heebo, sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 20px;
        color: #2c2f34;
        line-height: 1.2;
    }

    .main > .container-fluid {
        margin: 15px;
    }

    .sh-modal-container {
        width: 100vw;
        min-height: 100vh;
        margin-top: 0;
        padding: 52px 15px 40px;
    }

    .sh-modal-close {
        color: #2c2f34;
        font-size: 36px;
        line-height: 31px;
        right: 20px;
        top: 11px;
        position: absolute;
    }

        .sh-modal-close i {
            float: right;
            font-size: 30px;
            margin-left: 7px;
            color: #2c2f34;
        }

    #password-recovery .input-box:nth-child(2) {
        border-right: #fff 0px solid;
        padding-right: 0;
        padding-left: 0;
    }

    #password-recovery .input-box:nth-child(3) {
        padding-left: 0;
    }

    #password-recovery .input-box {
        display: contents;
        width: 100%;
    }

    .col-6 {
        flex: 0 0 95%;
        max-width: 95%;
    }
}

@media only screen and (max-width: 700px) {
    #logo {
        margin: 0;
    }
}

@media (max-width: 767px) and (min-width: 480px) {


    .sh-hide-sm {
        display: none !important;
    }

    .sh-grid .sh-row {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin-left: -10px;
        margin-right: -10px;
        justify-content: flex-start;
    }

        .sh-grid .sh-row .sh-col-sm-6 {
            flex: 1 0 50%;
            max-width: 50%;
        }

    .sh-contact .sh-row {
        margin-left: 0;
        margin-right: 0;
    }
}

@media only screen and (max-width: 608px) {

    .table-bordered .odd:first-child {
        margin-top: 1.0em;
    }
}

@media (max-width: 479px) {
    .sh-hide-xs {
        display: none !important;
    }

    .sh-grid .sh-row {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin-left: -10px;
        margin-right: -10px;
        justify-content: flex-start;
    }

    footer .sh-grid .sh-row > div {
        margin-bottom: 15px;
    }

    .sh-contact .sh-row {
        margin-left: 0;
        margin-right: 0;
    }
}

#menu_modal.show {
    display: block !important;
    background-color: #000025;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.my-scroll-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

#checkoutst {
    width: 100% !important;
    min-width: 700px; /* justera efter behov */
}

    /* Dölj DataTables responsive expand-knapp */
    #checkoutst .dtr-control,
    #checkoutst th.dtr-control-col {
        display: none !important;
    }

    /* Extra: säkerställ att inga kolumner göms */
    #checkoutst td,
    #checkoutst th {
        display: table-cell !important;
    }
