::-moz-selection { /* Code for Firefox */
    background: yellow;
    color: red;
}

::selection {
    background: yellow;
    color: red;
}
/*
.btn-outline-dark:focus, .btn-outline-dark.focus {
    background-color: #343a40;
    border-color: #343a40;
    box-shadow: none;
    color: #fff;
}
*//*
a:not(.btn):not(.img):not(.footer) {
    color: #00539B;
    text-decoration: underline;
}

a:not(.btn):not(.img):not(.footer):hover {
    background-color: #00539B;
    color: #fff;
    text-decoration: underline;
}

a:not(.btn):not(.img):not(.footer):focus {
    background-color: #00539B;
    color: #fff;
    text-decoration: underline;
}
*/
/*
a {
    color: #00539B;
    text-decoration: underline;
}
*/
a.btn {
    text-decoration: none;
}
/*
.btn {
    background-color: #00539B;
}
*/
/* ************************************************** isolate link */
/*
a.iso {
    color: #00539B;
    text-decoration: underline;
}

a.iso:hover {
    background-color: #00539B;
    color: #fff;
    text-decoration: underline;
}

a.iso:focus {
    background-color: #00539B;
    color: #fff;
    text-decoration: underline;
}
*/
/* ************************************************** links in list */
a.list-group-item-action {
    color: #00539B;
    text-decoration: underline;
}

a.list-group-item-action:hover {
    background-color: #00539B;
    color: #fff;
    text-decoration: underline;
}

a.list-group-item-action:focus {
    background-color: #00539B;
    color: #fff;
    text-decoration: underline;
}

a.list-group-item-action.active {
    background-color: #00539B;
    color: #fff;
    text-decoration: underline;
}

/* ************************************************** links in footer */
a.footer {
    color: #fff;
    text-decoration: underline;
}

a.footer:hover {
    background-color: #fff;
    color: #000;
    text-decoration: underline;
}

a.footer:focus {
    background-color: #fff;
    color: #000;
    text-decoration: underline;
}

/* ************************************************** links in nav */
a.nav-link {
    color: #00539B;
    height: 40px;
    text-decoration: underline;
}

a.nav-link:hover {
    background-color: #00539b;
    color: #fff;
    text-decoration: underline;
}

a.nav-link:focus {
    background-color: #00539b;
    color: #fff;
    text-decoration: underline;
}

a.nav-link.active {
    background-color: #00539b;
    color: #fff;
    text-decoration: underline;
}

/* ************************************************** pagination */
.page-link {
    background-color: #fff;
    border: 1px solid #dee2e6;
    color: #0000ff;
    display: block;
    line-height: 1.25;
    margin-left: -1px;
    padding: .5rem .75rem;
    position: relative;
}

/* ************************************************** links in pagination */
a.page-link {
    color: #00539B;
    text-decoration: underline;
}

a.page-link:hover {
    background-color: #00539B;
    box-shadow: none;
    color: #fff;
    text-decoration: underline;
}

a.page-link:focus {
    background-color: #00539B;
    box-shadow: none;
    color: #fff;
    text-decoration: underline;
}

a.page-link.active {
    background-color: #00539B;
    color: #fff;
    text-decoration: underline;
}

li.page-item.active .page-link {
    background-color: #00539B;
    color: #fff;
    text-decoration: underline;
}

/* ************************************************** links in facet */
a.facet-link {
    color: #00539B;
    text-decoration: underline;
}

a.facet-link:hover {
    background-color: #00539B;
    color: #fff;
    text-decoration: underline;
}

a.facet-link:focus {
    background-color: #00539B;
    color: #fff;
    text-decoration: underline;
}

/* ************************************************** links in result */
a.result-link {
    color: #00539B;
    text-decoration: underline;
}

a.result-link:hover {
    background-color: #00539B;
    color: #fff;
    text-decoration: underline;
}

a.result-link:focus {
    background-color: #00539B;
    color: #fff;
    text-decoration: underline;
}

/* ************************************************** links in active filter remove */
a.remove-filter-link:hover {
    background-color: #00539B;
    color: #fff;
    text-decoration: underline;
}

a.remove-filter-link:focus {
    background-color: #00539B;
    color: #fff;
    text-decoration: underline;
}

/* ************************************************** links in dropdown */
a.dropdown-item {
    color: #00539B;
    text-decoration: underline;
}

a.dropdown-item:hover {
    background-color: #00539B;
    color: #fff;
    text-decoration: underline;
}

a.dropdown-item:focus {
    background-color: #00539B;
    color: #fff;
    text-decoration: underline;
}

a.dropdown-item.active {
    background-color: #00539B;
    color: #fff;
    text-decoration: underline;
}

/* ************************************************** others */
.card-header button {
    background-color: #f8f9fa;
}

.card-body a:not(.btn):hover {
    background-color: #00539B;
    color: #fff;
    text-decoration: underline;
}

.card-body a:not(.btn):focus {
    background-color: #00539B;
    color: #fff;
    text-decoration: underline;
}

.result-cover-120-div {
    min-height: 120px;
    min-width: 80px;
}

.result-cover-150-div {
    min-height: 150px;
    min-width: 100px;
}

.result-desc {
    background-color: #f3f4f5;
    color: #001122;
    font-size: 0.8rem;
    max-height: 99px;
    overflow-y: auto;
}

a.btn-facebook {
    background-color: #3b5998;
    border-color: #3b5998;
    color: #fff;
}

a.btn-facebook:hover {
    background-color: #2d4373;
    border-color: #2d4373;
    color: #fff;
}

a.btn-facebook:focus {
    background-color: #2d4373;
    border-color: #2d4373;
    box-shadow: 0 0 0 0.2rem rgba(45, 67, 115, 0.5);
    color: #fff;
}

a.btn-google {
    background-color: #db3427;
    border-color: #db3427;
    color: #fff;
}

a.btn-google:hover {
    background-color: #c23321;
    border-color: #c23321;
    color: #fff;
}

a.btn-google:focus {
    background-color: #c23321;
    border-color: #c23321;
    box-shadow: 0 0 0 0.2rem rgba(194, 51, 33, 0.5);
    color: #fff;
}

a.app:hover {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    display: inline-block;
}

a.app:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    display: inline-block;
}

.page-caption {
    text-align: left;
    font-size: 1.25rem;
    font-weight: bolder;
}

.main-container {
    margin-bottom: 20px;
    min-height: calc(100vh - 123px);
}

.enclosed-alphanumerics {
    background-color: #fff;
    color: #BF1722;
    font-size: 18px;
    font-weight: bold;
    margin: 3px;
    vertical-align: top;
}

/* ************************************************** skip links */
#skip-link-div {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 9876;
}

#skip-link-div .element-invisible {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
}

#skip-link-div .element-focusable:focus {
    clip: auto;
    height: auto;
    overflow: visible;
    position: static !important;
}

#skip-link-div a {
    color: #00539B;
    text-decoration: underline;
}

#skip-link-div a:focus {
    background-color: #00539B;
    color: #fff;
    line-height: 50px;
    padding: 20px;
    text-decoration: underline;
}

/* ************************************************** scroll top btn */
.scroll-top-btn {
    bottom: 11px;
    display: none;
    filter: alpha(opacity=50);
    height: 48px;
    left: calc(100vw - 77px);
    margin: 0;
    opacity: 0.5;
    padding: 0;
    position: fixed;
    width: 48x;
}
/* ************************************************** modal width */
.modal-dialog {
    margin: 0px auto;
    min-width: calc(100vw - 1px);
}

.modal-body {
    max-height: calc(100vh - 65px - 65px);
    overflow-y: auto;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .modal-dialog {
        margin: 0px auto;
        min-width: calc(100vw - 1px);
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .modal-dialog {
        margin: 0px auto;
        min-width: calc(100vw - 1px);
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .modal-dialog {
        margin: 0px auto;
        min-width: 50vw;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .modal-dialog {
        margin: 0px auto;
        min-width: 50vw;
    }
}

body {
    background-color: #fff;
    background-image: url(/iglibrary/static/img/bg/brillant.png);
}

.bg-light-border {
    border: 1px solid #eeeff0;
}

.bg-light {
    background-color: #f3f4f5 !important;
}

.cite-export {
    background-color: #f3f4f5;
    font-size: 0.8rem;
}

.btn-sm {
    padding: .2rem .4rem !important;
}

/* ************************************************** list group container */
/* Extra small devices */
@media (max-width: 575px) {
    .listgroupcontainer {
        flex-direction: column;
        padding: 0px !important;
    }
    .listgroupcontainer > .list-group-item {
        width: 100%;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .listgroupcontainer {
        flex-direction: row;
        flex-wrap: wrap;
        padding: 0px;
    }
    .listgroupcontainer > .list-group-item {
        width: 50%;
    }
    .listgroupcontainer > .list-group-item:nth-child(2) {
        border-top: 0px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .listgroupcontainer {
        flex-direction: row;
        flex-wrap: wrap;
        padding: 0px;
    }
    .listgroupcontainer > .list-group-item {
        width: 50%;
    }
    .listgroupcontainer > .list-group-item:nth-child(2) {
        border-top: 0px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .listgroupcontainer {
        flex-direction: row;
        flex-wrap: wrap;
        padding: 0px;
    }
    .listgroupcontainer > .list-group-item {
        width: 50%;
    }
    .listgroupcontainer > .list-group-item:nth-child(2) {
        border-top: 0px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .listgroupcontainer {
        flex-direction: row;
        flex-wrap: wrap;
        padding: 0px;
    }
    .listgroupcontainer > .list-group-item {
        width: 50%;
    }
    .listgroupcontainer > .list-group-item:nth-child(2) {
        border-top: 0px;
    }
}

/* ************************************************** toggle */
.togglenav > div > a {
    color: #00539B;
    height: 40px;
    padding: 5px;
    text-decoration: underline;
}

.togglenav > div > a:hover {
    background-color: #00539b;
    color: #fff;
    text-decoration: underline;
}

.togglenav > div > a:focus {
    background-color: #00539b;
    color: #fff;
    text-decoration: underline;
}

.togglenav > div > a.active {
    background-color: #00539b;
    color: #fff;
    text-decoration: underline;
}

/* Extra small devices */
@media (max-width: 575px) {
    .categorytogglenav {
        flex-direction: column;
        padding: 0px !important;
    }
    .categorytogglenav > div {
        width: 100%;
    }
}

/* ************************************************** category toggle nav */
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .categorytogglenav {
        flex-direction: row;
        flex-wrap: wrap;
        padding: 0px;
    }
    .categorytogglenav > div {
        width: 50%;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .categorytogglenav {
        flex-direction: row;
        flex-wrap: wrap;
        padding: 0px;
    }
    .categorytogglenav > div {
        width: 33%;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .categorytogglenav {
        flex-direction: row;
        flex-wrap: wrap;
        padding: 0px;
    }
    .categorytogglenav > div {
        width: 25%;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .categorytogglenav {
        flex-direction: row;
        flex-wrap: wrap;
        padding: 0px;
    }
    .categorytogglenav > div {
        width: 20%;
    }
}

.categorytogglenav > div > a {
    color: #00539B;
    height: 40px;
    padding: 5px;
    text-decoration: underline;
}

.categorytogglenav > div > a:hover {
    background-color: #00539b;
    color: #fff;
    text-decoration: underline;
}

.categorytogglenav > div > a:focus {
    background-color: #00539b;
    color: #fff;
    text-decoration: underline;
}

.categorytogglenav > div > a.active {
    background-color: #00539b;
    color: #fff;
    text-decoration: underline;
}

.badge { font-size: 80%; }

.top-left-logo {
    max-height: 40px;
    max-width: 134px;
}

[id^=kipleyBtn] {
    background-image: linear-gradient(-225deg, #3653cc 0%, #ad11a7 100%);
    font-style: italic;
    font-weight: bold;
}