
html, body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    height: 100%;
}

body {
    font-size: 62.5%;
}

h3 {
    color: #197b32;
}

h4 {
    margin: 0;
    padding: 0;
    font-family: Verdana, Helvetica, sans-serif;
    color: #197b32;
    font-size: 1.1em;
}

#createNewPatronAccount td, #updateAccount td { vertical-align: top; }

#container {
    height: 100%;
    min-width: 1000px;
    height: auto;
    min-height: 100%;
    font-size: 1.2em;
    overflow-y: hidden;
}

#container2 {
    padding-bottom: 60px;
}

#footerContainer {
    clear: both;
    position: relative;
    z-index: 10;
    height: 60px;
    margin-top: -66px;
    border-top: 1px solid #000000;
    font-size: 1.1em;
}

#footerContainer a:link { text-decoration: none; }
#footerContainer a:visited { text-decoration: none; }
#footerContainer a:hover { text-decoration: underline; }

#contentContainer {
    margin: 10px;
}

.homeContainer {
    margin: auto;
    padding: 50px;
    line-height: 1.6;
    display: flex;
    justify-content: space-evenly;
}

.loginContainer {
    margin: auto;
    width: 100%;
    padding: 40px;
}

.assistance {
    width: 100%;
    margin: auto;
    margin-top: 20px;
}

#searchHistory {
    margin-top: 10px;
    margin-bottom: 20px;
}

#compactListsView {
    margin-top: 10px;
}

#resultPane {
    float: right;
    width: 79.6%;
}

.leftNav {
    float: left;
    width: 15%;
    min-width: 200px;
}

.taskBar {
    text-align: right;
    padding: 6px;
    background: url('/images/uni_global_bar.png');
    color: #ffffff;
    background: #73797b;
}

.taskBarAction {
    padding-left: 5px;
    cursor: pointer;
    white-space: nowrap;
}

.taskBar a:link, .taskBar a:visited, .taskBar a:active {
    color: #ffffff;
    text-decoration: none;
}

.taskBar a:hover {
    text-decoration: underline;
}

.crumbs {
    margin-bottom: 5px;
}

#listOfLists a:hover, #searchHistory a:hover {
    color: #197b32;
}

.widgetContent {
    padding: 10px;
}

.titleDetailsHeader {
    cursor: pointer;
    border-top: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    color: var(--unnamed-color-1d1d1d);
    padding: 20px 10px 20px 10px;
    font-weight: bold;
    z-index: 100;
    position: relative;
    transition: all 2s linear;
}

.titleImage {
    position: absolute;
    right: 21px;
    z-index: 1;
}

.titleDetailsIcon {
    float: right; 
    margin: 0 0 0 10px
}

/* start facets *********************/

.facetHeader {
    cursor: pointer;
    background: #ffffff;
    color: #000000;
    padding: 3px;
}

.facetContent {
    padding: 0 10px 10px 10px;
    background: #ffffff;
    font-size: .9em;
}

.facetLine {
    border-top: 1px solid #b0ab80;
}

.facetBorder {
    border: 1px solid #aaaaaa;
    padding: 5px;
    background: #e2f5fc;
}

.facetTitle {
    font-weight: bold;
    font-size: 14px;
    margin: 0px 0px 5px 10px;
    background: #e2f5fc;
}

.facetIncludeExclude {
    cursor: pointer;
    text-align: center;
}

.facetFilterButtons {
    margin-top: 5px;
}

.stateIndicator {
    margin-right: 7px;
}

.modalLoading {
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100vh;
    width:      100%;
    opacity:    50%;
    background: rgba( 255, 255, 255, .8 )
    url('../images/loading-spinner.gif')
    50% 50%
    no-repeat;
    background-size: 3rem, 3rem;
}

body.loading .modalLoading {
    overflow: hidden;
}

body.loading .modalLoading {
    display: block;
}
/* end facets *********************/

/******  advanced search start ******************/

.searchContent {
    background: #e2f5fc;
    padding: 10px;
    margin-bottom: 20px;
}

#searchContainer {
    margin: auto;
    width: 870px;
    padding-top: 10px;
}

#searchBoxContainer {
    float: left;
    padding: 20px 20px 20px 20px;
    margin-top: 2px;
}

#searchBoxContainer #query {
    width: 660px;
    border-radius: 8px 0px 0px 8px;
}

#advancedSearchAnchor {
    float: right;
    padding-top: 25px;
    height: 70px;
}

.searchTable {
    border: 1px solid #000000;
    border-collapse: collapse;
    background: #ffffff;
}

#submitSearchTop {
    cursor: pointer;
}

.searchBoxText {
    font-size: .9em;
}

.filterContainer {
    float: left;
    margin-right: 10px;
}

.checkBoxesSelect {
    border: 2px solid #999999;
    color: #000000;
    padding: 4px 22px 4px 4px;
    height: 75px;
    white-space: nowrap;
    margin-top: 5px;
    background: #f8f8f8;
    overflow-x: hidden;
    overflow-y: scroll;
}

.radioButton {
    white-space: nowrap;
    vertical-align: middle;
    margin: 0px;
    margin-right: 3px;
}

#advancedSearch {
    margin: 0 20px 20px 20px;
}

.ui-autocomplete {
    overflow: auto;
    max-height: 300px;
}

.autoCompleteButton {
    background: #31a24a url('/images/auto-complete_arrow.gif') no-repeat center;
    border: 1px solid #aaaaaa;
    cursor: pointer;
    color: #ffffff;
    width: 22px;
}

.advancedSearchInput {
    margin-right: 10px;
}

#advancedSearch a:link, #advancedSearch a:visited, #advancedSearch a:hover, #advancedSearch a:active {
    color: #197b32;
    font-weight: bold;
}

.advancedSearchContainer {
    padding: 10px;
    background: #ffffff;
    /*to fix peekaboo bug in ie6 and ie7*/
    position: relative;
    min-width: 0;
}

.moreFilters {
    margin-top:10px;
    background: #ffffff;
    /*to fix peekaboo bug in ie6 and ie7*/
    position: relative;
    min-width: 0;
}

.advancedSearchGroup {
    padding-left: 20px;
}

.didYouMean {
    color: maroon;
    font-size: 1.1em;
}

.suggestion {
    color: blue;
    cursor: pointer;
    font-style: italic;
    text-decoration: underline;
    font-size: 1.1em;
}

/******  advanced search end ******************/

.fancyButton {
    background: #31a24a url('/images/uni_global_buttonfill.png');
    color: #ffffff;
    border: 1px solid #aaaaaa;
    font-size: 1.2em;
    font-weight: bold;
}

a:link, a:visited, a:active {
    text-decoration: none;
    color: #197b32;
}

a:hover {
    text-decoration: underline;
}

.buttonsDiv {
    bottom: 20px;
    right: 40px;
    text-align: right;
}

.buttonsDivFacet {
   float: right;
   margin: 20px;
}

.anchor {
    color: #197b32;
    cursor: pointer;
}

.anchorUnder {
    text-decoration: var(--unnamed-decoration-underline);
    font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) 14px/var(--unnamed-line-spacing-28) var(--unnamed-font-family-roboto);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--unnamed-color-1d1d1d);
    text-align: left;
    cursor: pointer;
}

.anchorUnderBold {
    color: #197b32;
    cursor: pointer;
    text-decoration: underline;
    font-weight: bold;
}

.anchorInactive {
    font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) 14px/var(--unnamed-line-spacing-28) var(--unnamed-font-family-roboto);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--unnamed-color-1d1d1d);
    text-align: left;
}

.errors {
    color: #ff0000;
    margin-right: 10px;
    font-size: 1.1em;
    background-color: #ffffff;
}

#dialogTitle {
    margin-bottom: 10px;
    font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) var(--unnamed-font-size-16)/var(--unnamed-line-spacing-21) var(--unnamed-font-family-roboto);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--unnamed-color-000000);
}

.jAlertTitle {
    font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) var(--unnamed-font-size-16)/var(--unnamed-line-spacing-21) var(--unnamed-font-family-roboto);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--unnamed-color-000000);
}

.dialogErrors {
    color: red;
    font-size: 1.1em;
}

#saveToListDialog {
    margin: 0 20px 20px 20px;
}

#saveToListDialog input[type="text"], #saveToListDialog textarea, #saveToListDialog select { width: 220px; }
#emailForm input[type="text"], #emailForm textarea { width: 250px; }
#emailTOCDialog input[type="text"], #emailTOCDialog textarea { width: 250px; }
#correctionForm input[type="text"], #correctionForm textarea { width: 350px; }

.tabsDefault {
    border: 1px solid #d3d3d3;
    background: #e2f5fc;
}

#tabs li a {
    font-weight: bold;
    color: #555555;
}

#patronLogin input, password { width: 300px; }
#createNewPatronAccount input, password { width: 320px; }
#newPasswordRequest input, password { width: 320px; }
#updateAccount input, password { width: 320px; }

/* BEGIN: header */
.headerContainer {
    margin: auto;
    padding-top: 5px;
    background: #ffffff;
}
.headerSubLogo {
    height: 38px;
    width: 98px;
}
.headerSub {
    float: right;
}
.headerMain {
    height: 140px;
}
.headerLogo {
    background: transparent no-repeat 0 0;
    display: inline-block;
    width: 296px;
}
.headerLogoLink {
    display: block;
    margin-left: 30px;
    margin-top: 25px;
    width: 296px;
}
.headerMain a span {
    display: none;
}
.headerNav {
    height: 30px;
}
.headerNav ul {
    display: inline-block;
    margin-top: 7px;
    padding: 0px;
    padding-left: 20px;
}
.headerNav li {
    display: inline;
    list-style-type: none;
}

.custom-heading {
    display: inline;
    font-size: inherit;
    font-weight: inherit;
}

.headerNav a {
    color: #ffffff;
    font-size: 1.3em;
    padding: 8px 10px 6px;
    text-decoration: none;
    text-align: center;
}

.patronHeader {
    /*float: right; */
    /*position: relative;*/
    bottom: 65px;
    right: 10px;
    /* text-align: right; */
}
/* END: Header */

th {
    vertical-align: top;
}

.gridActionIcon {
    cursor:pointer;
    padding: 0 4px 0 4px;
}

.resultsTable {
    border: 1px solid #ccc;
    border-collapse: collapse;
    background: #ffffff;
    width: 100%;
}

.resultsTable td, th {
    border: 1px solid #ccc;
    padding: 3px;
    text-align: left;
}

.resultsTable th {
    white-space: nowrap;
    padding-right: 20px;
}

div.clearer { clear: both; line-height: 0; height: 0; }

/* START: main tabs */
div.large-tabs {
    height: 39px;
    background: url("/images/bg-tab-shadow.gif") repeat-x scroll left bottom transparent
}
div.large-tabs ul {
    padding-left: 20px;
}

div.large-tabs ul li {
    padding-left: 0px;
    float: left;
    position: relative;
    top: 1px;
    list-style-type: none;
}
div.large-tabs ul li a {
    padding-top: 39px;
    display: block;
    overflow: hidden;
    height: 0;
    /*background: transparent url('/images/nav-large-tabs.gif') no-repeat 0 0;*/
    background: transparent url('/images/uni_global_ulrichsweb_tab_selected_a.png') no-repeat 0 0;
}
div.large-tabs ul li#ulrichsweb a.selected {
    /*padding-top: 39px;
    width: 125px;
    background-position: 0 -41px;
    border-bottom: none;*/
    padding-top: 39px;
    width: 120px;
    background-position: 0 0px;
    border-bottom: none;
}
div.large-tabs ul li#usas a {
    /*width: 270px;
    background-position: -120px 0;*/
    width: 0px;
    background-position: -1000px 0;
}
/* END: main tabs */

.OPACLinks {
    float: right;
}

.OPACLinks a{
    text-decoration: none;
}

.OPACLinks a:hover{
    text-decoration: underline;
}

.RoMEOLinks {
    float: right;
    clear: both;
}

#titlePaging {
    float: left;
    margin-top: 10px;
}

ul.relatedTitles {
    list-style-type: none;
    margin: 0px;
    padding-left: 20px;
}

li.relatedTitlesTop {
    margin-bottom: 5px;
    cursor: pointer;
    list-style-image: url(/images/black_arrow_rt.svg);
    background: #ffffff;
    border: none;
}

li.relatedTitlesTopOpen {
    list-style-image: url(/images/black_arrow_dn.svg);
}

ul.relatedTitlesSub {
    list-style-type: circle;
    padding-left: 20px;
}

ul.relatedTitlesSub li {
    background: #ffffff;
    border: none;
}

.tocLeftNav {
    float: left;
    width: 22%;
    min-width: 225px;
    padding-left: 2.5%;
}

.tocLeftNav input[type="text"] {
    width: 54%;
    height: 30px;
}

#tocDetails {
    float: right;
    width: 75%;
}

#tocSearchSelect {
    height: 35px;
    width: 70%;
}

#printDialogButtons {
    float: right;
    margin-top: 20px;
    padding-bottom: 20px;
}

.labelText {
    font-weight: bold;
    display: block;
}

.labelTexInline {
    font-weight: bold;
}

/* Tooltip
----------------------------------*/
.ui-tooltip {
    padding:8px;
    position:absolute;
    z-index:9999;
    -o-box-shadow: 0 0 5px #aaa;
    -moz-box-shadow: 0 0 5px #aaa;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;
}
/* Fades and background-images don't work well together in IE6, drop the image */
* html .ui-tooltip {
    background-image: none;
}
body .ui-tooltip { border-width:2px; }

/* Ulrichs Updates ------------------------------*/

.updatesSectionHeader {
    border: 1px solid #aaaaaa;
    border-top: 1px solid black;
    color: #197b32;
    padding: 3px;
    font-weight: bold;
    background: url('/images/record_view_grid_header_bkground.png');
}

.updatesColumnHeader {
    background: #e2f5fc
}

/*
.ui-widget {
    word-wrap: break-word;
}
break-word on .ui-widget no longer works in gqgrid 4. 
The style below is overridden by the one in styles/ui.jqgrid.css
.ui-jqgrid tr.jqgrow td {font-weight: normal; overflow: hidden; white-space: normal; height: 22px;padding: 0 2px 0 2px;border-bottom-width: 1px; border-bottom-color: inherit; border-bottom-style: solid;}
*/

.error {
    display: block;
    color: red;
    font-weight: normal;
}

.submitButton {
    background: #31a24a url('/images/uni_global_buttonfill.png');
    color: #ffffff;
    border: 1px solid #aaaaaa;
    font-size: 1.2em;
    font-weight: bold;
    margin-right: 10px;
    cursor: pointer;
}

#correctionForm td {
    vertical-align: top;
}

.searchHistoryLink {
    padding-bottom: 5px;
}

.contextHelpBody {
    margin: 20px;
    padding: 20px;
    font-size: .9em;
    border: 1px solid #999999;
    height: auto;
}

.contextHelpBody h2 {
    color: #197b32;
}

a.skipHidden {
    left:-999px;
    position:absolute;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
}
a.skipHidden:focus, a.skipHidden:active {
    color: #fff;
    background-color:#000;
    left: auto;
    top: auto;
    width: 30%;
    height: auto;
    overflow:auto;
    margin: 10px 35%;
    padding:5px;
    border-radius: 15px;
    border:4px solid yellow;
    text-align:center;
    font-size:1.2em;
    z-index:999;
}

.current_page {
    font-weight: bold;
    text-decoration: none;
}
