@import 'https://mum.ent.sirsi.net/client/css/vse/flat.css'; /* SITEADDRESS is the actual URL to Enterprise. This copies in the default styles. */

/************************** BODY STYLES *******************/
/* Insert the image for the background in the parentheses */
body{
background-color: #eeeeee;
}
/*************************** HEADER AREA ******************************/

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

/* 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:url("/custom/web/mum_logo_100.jpg") ;
background-repeat:no-repeat;
}

/* menu links color property: color */

/* menu container background color */

#mainMenuContainer {
background-color:#6f9bbe ;
}

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

.welcome {
 color:#fff ;	
}
/* language option color property: color */

.lpdropdown li a, .lpdropdown li a:visited, .lpdropdown li a:active {
color:#fff ;
}
.lpdropdown li a:hover, {
color:#ceccc ;

}
/* language dropdown list items */

.lpdropdown .dropdownListItem a {
color:#fff ;
}
.lpdropdown .dropdownListItem a:hover {
color:#cecccc ;

}
/* Change help and ADA icon color */
.fa-question-circle::before, .fa-wheelchair::before {
    color: ;
}

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

/* ADA menu box background color */

.ada_div_top {
background-color: ;
}

/************************** SEARCH BOX AREA **************************************/

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

.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:#fff ;
 color:#595656 ;
 border-color: ;
} 
#searchBox .dropDown:focus {
 background-color:#cecccc;
 color:#fff ;
 border-color: ;
}

/* Set color of search box */

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

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

/* Advanced Search Link */

#searchBoxAdvancedLink a {
color:#fff ;
}
#searchBoxAdvancedLink a:hover {
color:#cecccc ;
}

/* Search Button */

#searchButton {
 background-color:#719e67 ;
 color:#fff ; 
}

#searchButton:hover {
 background-color:#007c57 ;
 color:#cecccc ;
}


 
/* 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 ***************************************/


/* 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 */

.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;
}



/********************** GENERAL BUTTONS **********************************/

.button {
 background-color: #5eb6c9;
 color:#fff ;
}

.button:hover {
 background-color:#5299a8 ;
 color: #cecccc;
}
/* facet buttons */

.limitcolumn_wrapper .button {
 background-color: #5eb6c9;
 color:#fff ;
}
.limitcolumn_wrapper .button:hover {
 background-color:#5299a8 ;
 color: #cecccc;
}

/* login button */

.loginButton {
 background-color: #5eb6c9;
 color:#fff ;
}

.loginButton:hover {
 background-color:#5299a8 ;
 color: #cecccc;
}

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

#footer {
background-color: #306d9c;
color: ;
}

#footer a {
color:#fff ;
}
#libraryInfo{
width:150px;
}

#onlyAvailableForm{
display:none;
}


/****adds by sirsidynix***/
#library_slogan {
    display: inline;
    font-size: 1.3em;
    width:500px;
    margin-left: 110px;
top:40px;
position:absolute;

color:#306D9c;
}

#mainMenuContainer {
    background: #6f9cbe none repeat scroll 0 0;
    border-radius: 30px;
    clear: both;
    line-height: 20px;
    margin-top: 8px;
    padding: 5px 7px;
    position: relative;
}