/* ================== background of the home page for the journals ========================*/
.home-header__bjoc {
    background-image: url(images/bg_blue.jpg);
}

.home-header__bjnano {
    background-image: url(images/bg_orange.jpg);
}

.bg-skin-tagline{
    background-color: #F9E8D0;
}

/* ================== search related classes ========================*/
select#searchKey {
    background-image: url("data:image/svg+xml;utf8,<svg fill='white'  width='48' height='48' viewBox='0 0 10 10' xmlns='http://www.w3.org/2000/svg'><rect x='0' y='0' width='100%' height='100%' fill='red'/><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: calc(100% - 10px);
    background-position-y: 13px;

    /*background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082,0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');*/


}

.search-hit {
    color: #E32346 !important;
}

/* ================== lightgallery ========================*/
.lg-outer,
.lg-thumb-outer {
    background-color: white !important;
}


.lg-outer .lg-thumb-outer {
    background-color: lightgray !important;
}

.lg-toolbar {
    background: none !important;
}

.lg-toolbar .lg-icon,
.lg-counter {
    color: black !important;
}

.lg-next,
.lg-prev {
    background-color: transparent !important;
    color: black !important;
    top: 1rem !important;
}

.lg-media-overlap .lg-sub-html {
    background-image: none !important;
    /* background-color: #efefef !important; */
}

.lg-sub-html {
    background-color: #efefef !important;
    opacity: 0.8;
    text-align: left !important;
    color: black !important;
}
.lg-img-wrap {
    padding: 1rem !important;
}

.lg-outer .lg-thumb-item img {
    object-fit: contain !important;
}

.lg-thumb .active {
    border-color: #a90707 !important;
}

.lg-thumb-item {
    background-color: white !important;
}

a.jumperLink {
    text-decoration: none !important;
    text-decoration-line: none !important;
    color: #003f7b !important;
}

a.jumperLink:hover {
    text-decoration: none !important;
    text-decoration-line: none !important;
}


/* ================== list definitions for static content ========================*/
.sc ol {
    list-style-type: decimal;
    font-size: .875rem !important;
    margin-left: 2rem !important;
}

.sc ol.upper-alpha {
    list-style-type: upper-alpha !important;
    line-height: 1rem !important;
    margin-left: 2rem !important;
}

.sc ol.lower-alpha {
    list-style-type: lower-alpha !important;
    line-height: 1rem !important;
    margin-left: 1.5rem !important;
}


.sc ol.decimal li, .sc ol.lower-alpha li, .sc ol li {
    padding: 2px !important;
    line-height: 1.5rem !important;
    font-size: .875rem !important;
}

.sc ol.decimal {
    list-style-type: decimal !important;
    line-height: 1rem !important;
    margin-left: 2rem !important;
}

/* ================== Table of contents for single article ========================*/
ul.tocList {
    padding: 2px !important;
    line-height: 1.5rem !important;
    font-size: .875rem !important;
}
ul.tocList li {
    margin-left: 1rem !important;
    color: #003f7b;
    font-size: 0.8125rem; /* 13px*/
}


/* ================== series display - javascript handling ========================*/
.js-series-filter-active [id^="panel-id"] {
    display: none;
}

.js-series-filter-active [id^="panel-id"].hit {
    display: block;
}

.js-series-cat-empty {
    display: none;
}
.js-series-list-expand.disabled,
.js-series-list-collapse.disabled {
    background-color: #AEAEAE !important;
    opacity: .4 !important;
    cursor: not-allowed !important;
}

.js-series-filter-active .accordion-header .labelling {
    display:none
}


/* ================== date picker ========================*/
.datepicker-header{
    height: 3rem !important;
    background-color: white !important;
    border-bottom: solid lightgrey 1px;
}

.datepicker-cell.next ,
.datepicker-cell.prev {
    color: lightgrey !important;
}

.awesomplete ul {
    width: 300px !important;
}



.mission-tile p {
    font-size: 0.8125rem !important;
}

/* ================== swiper ========================*/
.swiper {
    width: 100% !important;
    height: 100% !important;
}

.swiper-pagination-bullet {
    width: 16px !important;
    height: 8px !important;
    text-align: center !important;
    color: white !important;
    opacity: 1 !important;
    background: #fff !important;
    border-radius: 0 !important;
}

.swiper-pagination-bullet-active {
    color: #fff !important;
    background: #176191 !important;
}




