body{
    min-height: 100vh;
}

.cursorPointer {
    cursor: pointer;
}
.text-required::after{
    content: "\00a0 *";
    font-weight: 700 !important;
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb),var(--bs-text-opacity)) !important;
}
.result_titleEllipsis {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* start showing ellipsis when 2nd line is reached */
    word-break: break-word;
}
.filterLabel{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#resultForm select{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: var(--bs-border-radius);
    border-top-right-radius: var(--bs-border-radius);
}
#resultForm input{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: var(--bs-border-radius);
    border-bottom-right-radius: 0;
}
#resultForm button{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: var(--bs-border-radius);
}
.loading > #preload{
    display: block;
}
.loading > .fixed-top{
    display: none;
}
.loading .hideOnLoading{
    display: none !important;
}
#preload{
    display: none;
}
.loaderCont {
    width: fit-content;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: Roboto, arial, sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    color: #0060c7;
    letter-spacing: 0.2em;
}
.loaderCont > span {
    line-height: 1em;
    letter-spacing: normal;
}
.loaderCont::before, .loaderCont::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: #1b61ab;
    position: absolute;
    -webkit-animation: load .7s infinite alternate ease-in-out;
    animation: load .7s infinite alternate ease-in-out;
}
.loaderCont::before {
    top: 0;
}
.loaderCont::after {
    bottom: 0;
}
.loaderStop::before, .loaderStop::after {
    animation-play-state: paused;
    content: none;
}
@-webkit-keyframes load {
    0% {
        left: 0%;
        height: 30px;
        width: 15px;
    }
    50% {
        height: 8px;
        width: 40px;
    }
    100% {
        left: calc(100% - 15px);
        height: 30px;
        width: 15px;
    }
}

@keyframes load {
    0% {
        left: 0%;
        height: 30px;
        width: 15px;
    }
    50% {
        height: 8px;
        width: 40px;
    }
    100% {
        left: calc(100% - 15px);
        height: 30px;
        width: 15px;
    }
}
@media (min-width: 576px) {/*bootstrap sm & md=>768px*/
    #resultForm select{
        border-bottom-left-radius: var(--bs-border-radius);
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
        border-top-left-radius: var(--bs-border-radius);
    }
    #resultForm input{
        border-radius: 0;
    }
    #resultForm button{
        border-top-left-radius: 0;
        border-top-right-radius: var(--bs-border-radius);
        border-bottom-left-radius: 0;
        border-bottom-right-radius: var(--bs-border-radius);
    }
}
@media (min-width: 992px) {/*bootstrap lg*/
    #banner{
        height: 354px;
    }
}
.select2-container--default .select2-selection--single {
    border: 0;
}
a{
    text-decoration-line: none;
}
.titleListing_titleEllipsis {
    line-height: 1.25em;
    overflow-wrap: break-word;
    word-break: break-word;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* start showing ellipsis when 2nd line is reached */
    white-space: pre-wrap; /* let the text wrap preserving spaces */
}
#popularCard .card-header {
    height: 55px;
}
#latestCard .card-header {
    height: 55px;
}
.opacText{
    overflow-wrap: break-word;
    word-break: break-all;
}
.newsContent {
    overflow-wrap: break-word;
    word-break: break-word;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7; /* start showing ellipsis when 7th line is reached */
    text-align: justify;
    text-justify: inter-word;
}
#newsDialog .newsContent {
    word-break: break-word;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: unset; /* no ellipsis */
    white-space: pre-wrap; /* let the text wrap preserving spaces */
}
#newsDialog .newsImgDiv{
    height: 25em;
    width: 100%;
}
#newsDialog .newsImg{
    height: 25em;
    width: auto;
    max-width: 100%;
}
.newsTitleH5 {
    display: none;
}
#newsDialog .newsTitleLink {
    display: none;
}
.newsBody > .newsTitleLink{
    overflow-wrap: break-word;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* start showing ellipsis when 2nd line is reached */
    white-space: pre-wrap; /* let the text wrap preserving spaces */
    height: 60px;
}
#newsDialog .newsTitleH5 {
    display: block;
}
.newsBody {
    padding-left: 0;
}
.swiperContainer{
    height: 27em;
}
.swiperSlide{
    height: 25em;
}
.newsImgDiv{
    height: 8em;
    width: 100%;
}
.newsImg{
    height: 8em;
    width: auto;
    max-width: 100%;
}
@media (min-width: 768px) {
    .swiperContainer{
        height: 19em;
    }
    .swiperSlide{
        height: 17em;
    }
    .newsBody {
        padding-left: 1em;
    }
    .newsImgDiv{
        height: 100%;
        width: 50%;
    }
    .newsImg{
        height: auto;
        width: 100%;
        max-height: 100%;
    }
}
.modal-body .newsBody {
    padding-left: 0;
}
.swiper-pagination {
    bottom: 0;
}
.hoverFocus:hover {
    font-weight: bold;
}
.bibSummary{
    height: auto;
}
.bibAction{
    display: flex;
    justify-content: center;
}
.bibActionExtra{
    display: flex;
    justify-content: space-around;
}
@media (min-width: 768px){
    .bibAction, .bibActionExtra{
        display: block;
    }
}
.d-details .marc{
    display: none !important;
}
.d-details .details{
    display: block;
}
.d-marc .marc{
    display: inline;
}
.d-marc .details{
    display: none !important;
}
.d-marc .marcContent{
    display: block;
    width: 100%;
}
.d-marc .marcContent .marcTxt{
    width: 100%;
}
.loader .loaderCont{
    display: none;
}
.loadingContent > .loaderCont{
    display: inline-table;
    position: relative;
    top:0;
    left:0;
    margin: auto;
    -webkit-transform: none;
    transform: none;
}
.loadingContent > .accordion-body{
    display: none;
}
.middleContent::-webkit-scrollbar {
    display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.middleContent {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    overflow: auto hidden;
}
[id^="__GBS_Button"][style="cursor: pointer;"] {
    padding-left: .25rem !important;
}
#onlinedbNav > #categoryList{
    width: 100%;
}
@media (min-width: 768px){
    #onlinedbNav > #categoryList{
        width: 12em;
    }
}
@media (min-width: 992px){
    #onlinedbNav > #categoryList{
        width: 100%;
    }
}
.odbContent {
    word-break: break-word;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: unset; /* no ellipsis */
    white-space: pre-wrap; /* let the text wrap preserving spaces */
}
.odbContent a{
    cursor: pointer;
}
.odbImgDiv{
    height: auto;
    width: 150px;
}
.odbImg{
    height: auto;
    width: 150px;
    max-height: 100%;
}

.iconClass{
  position: relative;
}
.iconClass span{
  position: absolute;
  top: 10px;
  right: -10px;
  display: block;
}

.hideMe{
    display: none;
}
.form-check-input{
    border: silver 1px solid;
}

.footerControl{
    position: absolute;
    width: 100%;
    bottom: 0;
}