﻿@import 'https://merri.ent.sirsi.net/client/css/vse/flat.css'; /* SITEADDRESS is the actual URL to Enterprise. This copies in the default styles. */
@import "https://merri.ent.sirsi.net/custom/web/frbrish.css";
/************************** BODY STYLESS *********************/
/* Insert the image for the background in the parentheses */
body{
background-color: ;
}
/*************************** HEADER AREA ******************************/
#pmiFrame {
                height: 70em;
}

/* Increase header height - default is 138px - this now controls the position of the content */
.header, #ada_header {
height: ;
background-color: 
}
/* Background color of header as well as the color "area" of the header - default height of header color 150px */
.headerWrapper {
background-color: ;
height: ;
}

/* Placement of a banner -- you may need to lower a banner by 30px if it gets in the way of the ADA menu */
.header_container, #ada_header .header_container {
background-image: ;
}

.logoContainer p {
	margin: 0;
	padding: 0;
}
/* menu links color property: color */

/* menu container background color */

#mainMenuContainer {
background-color: ;
}

.menuLink a, .menuLink a:visited, .menuLink a:active, .loginLink a, .menuActive a, #lpMainLink, #adaNav a, .ada_link, #languageSelector .pipeSeparator,  .pipeSeparator-light  {
color: ;
font-weight: bold;	
}
.menuLink a:hover, .loginLink a:hover, .menuActive a:hover, #lpMainLink:hover, #adaNav a:hover, .ada_link:hover, #languageSelector .pipeSeparator:hover,  .pipeSeparator-light:hover {
color: ;
font-weight: bold;	
}

.welcome {
 color: ;
font-weight: bold; 
}
/* language option color property: color */

.lpdropdown li a, .lpdropdown li a:visited, .lpdropdown li a:active {
color: ;
font-weight: bold;
}
.lpdropdown li a:hover {
color: ;
font-weight: bold;
}
/* language dropdown list items */
#languageSelector .lpdropdown a#lpMainLink {
font-weight: bold;
}
.lpdropdown .dropdownListItem a {
color: ;
font-weight: bold;
}
.lpdropdown .dropdownListItem a:hover {
color: ;
font-weight: bold;
}
/* Change help and ADA icon color */
.fa-question-circle::before, .fa-wheelchair::before {
    color: ;
}

.fa-question-circle:hover:before, .fa-wheelchair:hover:before {
    color: ;
}

/* ADA menu box background color */

.ada_div_top {
background-color: ;
}

/* login dialog box */

div[aria-labelledby="ui-dialog-title-loginModal"] {
	width: 500px !important;
}

#loginModal iframe {
	width: 500px !important;
}
/************************** SEARCH BOX AREA **************************************/
.dataByNyTimes {
	display:none;
}
#bookRiverWrapper .nytimes_bio .bold {
    font-weight: 700;
    font-size: 14px;
    color: #000;
}
.thumb_img {
	display: none;
}
.resultsViewIcon img {
	display: none;
}


/* reposition search wrapper - default is 110px  */
#searchBoxWrapper {
top: ;
background-color: ;
}

.quicksearchWrapper {
height: auto;
padding: 0;
}


/* change Home link color */
.fa-home::before {
    color: ;
}
/* Home icon is 0.7 opacity by default.  If you want the true color, set opacity to 1 */
#searchBoxHomeLink {
opacity: ;
}

/* Set color of search drop-down menus */

#searchBox .dropDown {
 background-color: ;
 color: ;
 border-color: ;
} 
#searchBox .dropDown:focus {
 background-color:;
 color: ;
 border-color: ;
}

/* Set color of search box */

#q {
	width: 315px;
background-color: ;
color: ;
border-color: ;
}

#q:focus {
background-color: ;
color: ;
border-color: ;
}

/* Advanced Search Link */

#searchBoxAdvancedLink a {
color: ;
font-weight: bold;
}
#searchBoxAdvancedLink a:hover {
color: ;
font-weight: bold;
}

/* Search Button */

#searchButton {
 background-color: ;
 color: ; 
 font-weight: bold;
}

#searchButton:hover {
 background-color: ;
 color: ;
 font-weight: bold;
}


 
/* repositions the search suggestions drop-down, add enough pixels to fix if you increase the height of the search bar.

#dropDown {
	left: 496px !important;
	top: 30px !important;
}

#dropDown, x:-moz-any-link, x:default {
	left: 484px !important;
	top: 32px !important;
}
*/


/******************** CONTENT AREA ***************************************/

#content {
	min-height: 500px;
}

/* Change pagination icon color */

.fa-chevron-circle-left::before {
    color:;
}
.fa-chevron-circle-right::before {
    color:;
}



/* facet buttons */

/* fix position of down arrow in action drop-down – it moves over the Did You Mean section if in any language other than English.  This will position it ALWAYS the same place */

.dropDownButton div::after {
position: absolute;
right: 10px;
text-align: right;
}

/* fix missing arrow in Sort By dropdown */

#myHolds_holdslist_cancelSuspendButton:before {
  content: 'Unsuspend Hold(s)';
}

.sortDropDown::after {
    color: #000;
    display: inline-block;
    font-family: FontAwesome;
    content: "\f0d7";
    -webkit-font-smoothing: antialiased;
    margin-left: 5px;
    font-size: 14px;
    position: relative;
    left: 62px;
                font-family: FontAwesome;
    content: "\f0d7";
    -webkit-font-smoothing: antialiased;
    margin-left: 5px;
}

/* fix Thumbnail view for Detail issue in FLAT theme only */

.thumb #results_wrapper .cell_wrapper div:nth-child(2) {
  display: block;
}

/* Put available holds and copies on one line */

.results_bio br, .detail_biblio br {
    display: none;
}

.availableDiv {
    float: left;
    margin-right: 20px;
}

/* display fixes */

/* Search display fixes */

.displayElementText.INITIAL_TITLE_SRCH {
    	display: none;
}

.displayElementLabel.INITIAL_TITLE_SRCH_label {
	display: none;
}

.displayElementText.TITLE {
	/*display: none;*/
	font-weight: normal;
}


.displayElementWrapper br {
	display: block;
}

.displayElementText.ADDED_CORPORATE_AUTHOR {
display: block;
}
.displayElementText.ADDED_CONFERENCE_AUTHOR {
display: block;
}
.displayElementLabel.ELECTRONIC_ACCESS > a {
display: block;
}
.displayElementLabel.ELECTRONIC_ACCESS_label  ~ a {
display: block;
}

.displayElementText.CORPORATE_SUBJECT {
display: block;
}
.displayElementText.CONFERENCE_SUBJECT {
display: block;
}


/* fix spacing of accordion numbers */

.accordionHolder .availableLabel, .accordionHolder .availableNumber {
    
    padding-right: 4px;
}
/* facet title row */
.facetTitle {
	
	font-weight: bold;
}

/*  More link CSS */
.displayElementText .more-text{
    display: none;
	
}

/* Results Holdings CSS */
/*optional: if you want little sort arrows displaying in the column headers*/
table[id^="itemTable"] th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):after { 
    content: " \25B4\25BE" ;}

/*make sure the tables don't display in thumbnail mode, as it won't fit there very well*/
.thumb table[id^="itemTable"]{
display:none;
}

.formatTypeIcon-BOOK {
	background-image: url("https://mvlc.ent.sirsi.net/custom/web/content/book.png");
}
.formatTypeIcon-BLURAY {
	background-image: url("https://mvlc.ent.sirsi.net/custom/web/content/blu-ray.png");
}
.formatTypeIcon-BLURAY_MVLC {
	background-image: url("https://mvlc.ent.sirsi.net/custom/web/content/blu-ray.png");
}
.formatTypeIcon-CR {
	background-image: url("https://mvlc.ent.sirsi.net/custom/web/content/serial.png");
}
.formatTypeIcon-DVD_MVLC {
	background-image: url("https://mvlc.ent.sirsi.net/custom/web/content/dvd.png");
}
.formatTypeIcon-ER {
	background-image: url("https://mvlc.ent.sirsi.net/custom/web/content/software.png");
}
.formatTypeIcon-KIT {
	background-image: url("https://mvlc.ent.sirsi.net/custom/web/content/kit.png");
}
.formatTypeIcon-LARGEPRINT {
	background-image: url("https://mvlc.ent.sirsi.net/custom/web/content/lpbook.png");
}
.formatTypeIcon-LP_MVLC {
	background-image: url("https://mvlc.ent.sirsi.net/custom/web/content/lpbook.png");
}
.formatTypeIcon-MAP {
	background-image: url("https://mvlc.ent.sirsi.net/custom/web/content/map.png");
}
.formatTypeIcon-MICROFORM {
	background-image: url("https://mvlc.ent.sirsi.net/custom/web/content/microform.png");
}
.formatTypeIcon-MP3{
	background-image: ;
}
.formatTypeIcon-MUSIC{
	background-image: url("https://mvlc.ent.sirsi.net/custom/web/content/music.png");
}
.formatTypeIcon-MUSICSNDREC {
	background-image: url("https://mvlc.ent.sirsi.net/custom/web/content/cdmusic.png");
}
.formatTypeIcon-REGPRINT {
		background-image: url("https://mvlc.ent.sirsi.net/custom/web/content/book.png");
}
.formatTypeIcon-SOUNDCASS{
	background-image: url("https://mvlc.ent.sirsi.net/custom/web/content/casaudiobook.png");
}
.formatTypeIcon-VIDEOCASS {
	background-image: url("https://mvlc.ent.sirsi.net/custom/web/content/vhs.png");
}
.formatTypeIcon-VIDEODISC {
	background-image: url("https://mvlc.ent.sirsi.net/custom/web/content/dvd.png");
}

.formatTypeIcon {
	min-width: 1.5em;
	height: 1.5em;
}

.itemDetailheader-font {
	color: #ffffff;
	font-weight: bold;
}
/********************** GENERAL BUTTONS **********************************/

.button {
 background-color: ;
 color: ;
}

.button:hover {
 background-color: ;
 color: ;
}
/* facet buttons */

.limitcolumn_wrapper .button {
background-color: ;
color: ;
}
.limitcolumn_wrapper .button:hover {
background-color: ;
color:
}

/* login button */

.loginButton {
 background-color: ;
 color: ;
font-weight: bold;
}

.loginButton:hover {
 background-color: ;
 color: ;
 font-weight: bold;
}


.ui-accordion-icons .ui-accordion-header a{
	font-weight: 600;	

}

.accordionHolder .availableLabel, .accordionHolder .availableNumber {
	    font-weight: 600;

}

.list .results_right .button {
font-weight: 600;
}
#results_wrapper .results_every_four .cell_wrapper .sortable th {
font-weight: bold;
}

/*********************** TEXT IT TO ME BUG DSC-6247 ************************************/

/*#smsModalDialogZone::before {*/
.smsFormElementsContainer::before {
    content: 'Please select all copies to ensure successful delivery of text message.';
	font-weight: bold;
	color: #ff0000;
	padding-bottom: 10px;
	display: block;
}





/*********************** ADVANCED SEARCH SCREEN ****************************************/

/* move Advanced Search button to top area */

#advancedSearchButton {
    float: right;
    position: absolute;
    right: 50px;
    top: 160px;
}

#exactPhraseDiv {
    padding-bottom: 44px;
}
/***************************** switchLink Area ****************************************/

div.switchLink {
    color: black;
    padding: 5px 5px 18px 10px;
    font-size: 16px;
    line-height: 125%;
	text-align: center;
}
div.switchLink .pull-center {
    float: center !important;
}
div.switchLink .linkHead {
    color: black;
	color: #306d9c;
	font-weight: 700;
	font-size: 16px;
    line-height: 125%;
	text-align: center;
}
div.switchLink a {
    text-decoration: underline;
}
/*********************** MY ACCOUT AREA ************************************************/

#pmiFrame {
	height: 70em !important;
}

/*********************** FOOTER AREA ***************************************************/

#footer {
background: url(MVLC_Wallpaper_Graphic_MVLC_Blue.jpg) top left repeat-x;
background-size: auto 100px;
color: #000;
height: 122px;
position: relative;

}

#footer a {
color: #000;
}

#copyright {
	padding: 0;
	position: absolute;
	left: 45%;
	margin: 20px auto;
	top: 90px;
}
#accountSummary .userStatusSection {
display: none;
}

/*************** CUSTOM STYLES **********************************/

/*** CUSTOM - External Carousel CSS to hide ISBN and UPC from the Search Results. These need to be present for the RSS feed to grab them ***/
/***************************** CUSTOM CAROUSEL **********************************/
.displayElementWrapper.ISBN, .displayElementWrapper.UPC {display:none;}

/*** CUSTOM - BLUEcloud Discovery SureSailing - Q2 - 7 Dec 2022 - Hide Format facet to deal with DSC-9385 ***/
#facetFormFORMAT {
	display:none;
}
/*** CUSTOM - BLUEcloud Discovery SureSailing - Q3 - 4 Mar 2024 - Make hold status bold ***/
.holdsStatus {
	font-weight: bold;
}
