﻿@import 'https://alba.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: #ffffff ;	
}	
/*************************** HEADER AREA ******************************/	

	
/* Increase header height - default is 138px - this now controls the position of the content */	
.header, #ada_header {	
height: 150px;	
background-color: #fff; 	
}	
/* Background color of header as well as the color "area" of the header - default height of header color 150px */	
.headerWrapper {	
background-color: #fff;	
height: 138px;	
}	
	
/* 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:;	
height:inherit;	
margin-bottom: 50px;
}	
	
/* menu links color property: color */	
	
/* menu container background color */	
#mainMenuContainer, #ada_header #mainMenuContainer {	
background-color: #fff;	
}	
	
	
/*This changes the main menu font color*/	
.menuLink a, .menuLink a:visited, .menuLink a:active, .loginLink a, .menuActive a, #lpMainLink, #adaNav a, .ada_link, #languageSelector .pipeSeparator,  .pipeSeparator-light  {	
color: #777;
font-size: 15px;
font-family: 'Raleway', sans-serif;
}	
/*This changes the main menu font color when hovered*/	
.menuLink a:hover, .loginLink a:hover, .menuActive a:hover, #lpMainLink:hover, #adaNav a:hover, .ada_link:hover, #languageSelector .pipeSeparator:hover,  .pipeSeparator-light:hover {	
color: #777;	
font-weight: bold;	
	
}	
	
/*Color of the welcome message*/	
.welcome {	
 color: #62c4d0;
font-size: 14px;
font-weight: bold;	
}	
	
/* language option color property: color */	
.lpdropdown li a, .lpdropdown li a:visited, .lpdropdown li a:active {	
color: ;	
}	
.lpdropdown li a:hover, {	
color: ;	
	
}	
/* language dropdown list items */	
.lpdropdown .dropdownListItem a {	
color: ;	
}	
.lpdropdown .dropdownListItem a:hover {	
color: ;	
	
}	
/* Change help and ADA icon color */	
.fa-question-circle::before, .fa-wheelchair::before {	
    color: #777;	
}	
	
.fa-question-circle::before:hover, .fa-wheelchair::before:hover {	
    color: #930128;	
}	
	
/* ADA menu box background color and position */	
.ada_div_top {	
background-color: #930128;	
top: ;	
left: ;	
}

#libraryInfo {
    background-color: #fff;
    border: 1px solid #eee;
    width: 135px;
    padding-left: 25px;
}	
	
/************************** SEARCH BOX AREA **************************************/	
	
/* reposition search wrapper - default is 110px  */	
#searchBoxWrapper {	
top: ;	
background-color: #930128;	
}	
	
	
.quicksearchWrapper { /*only if you are using quicksearch buttons*/	
height: auto;	
padding: 0;	
}	
	
	
/* change Home (house) 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: #333;	
 border-color: #333;	
} 	
#searchBox .dropDown:focus {	
 background-color: #fff;	
 color: #930128;	
}	
	
/* Set color of search box */	
#q {	
background-color: #fff;	
color: #333;
	
}	
	
#q:focus {	
background-color: #fff;	
color: #333;
}	
	
/* Advanced Search Link */	
#searchBoxAdvancedLink a {	
color: #fff;	
}	
#searchBoxAdvancedLink a:hover {	
color: #fff;	
}	
	
/* Search Button */	
#searchButton {	
 background-color: #e0023f; 	
 color: #fff; 	
}	
	
#searchButton:hover {	
 background-color: #e0023f;	
 color: #fff;	
 border: #e0023f ;	
}	

input#q:focus {
outline: none;
}	
	
 	
/* 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: #930128;	
}	
.fa-chevron-circle-right::before {	
    color:#930128;	
}	
	
/******facets******/	
	
/*facet column background column*/	
.limitcolumn_wrapper.noShowAvailable, .ada-mode .limitcolumn_wrapper.noShowAvailable {	
    background: #fff;	
}	
/*facet title bar color*/	
.facetTitleRow, .ada-mode .facetTitleRow{	
	background: #F5F5F5;
}	
.facetTitle {
    color: #333;
}
	
/* facet buttons */	
.limitcolumn_wrapper .button {	
background-color: #930128;	
color: ;	
}	
.limitcolumn_wrapper .button:hover {	
background-color: #930128;	
color:	
}	

/* Removes Blue from Flat Theme*/
.breadCrumbs .facetTitle {
	background: #F5F5F5;
}

/*Change font size of Pub Date facet and color of button */
#limitcolumn_pub_chkbox {
 font-size: 14px;
}

/*Recolors button in Publication Date Facet*/
#pub_date_btn{
	background: #930128;
}
	
/********************** GENERAL BUTTONS **********************************/	
	
/*general buttons*/	
.button {	
 background-color: #930128;	
 color: ;	
}	
	
.button:hover {	
 background-color: #62c4d0;	
 color: ;	
}	
	
/* login button */	
.loginButton {	
 background-color: #777;	
 color: #fff;
font-weight: bold;	
}	
.loginButton:hover {	
 background-color: #777;	
 color: #930128;	
}	
	
/*My List Login button*/	
#lists_main #listLoginLink  {	
background-color: #777;	
 color: #fff;
font-weight: bold;	
}	
#lists_main #listLoginLink:hover {	
background-color: #777;	
 color: #930128;	
}

/*********************** FOOTER AREA ***************************************************/	
	
#footer {	
background-color: #F5F5F5;	
color: #6C252C;	
}	
	
#footer a {	
color: #62c4d0;	
}	
	
/*******************************My ACCOUNT**********************/	

.ui-widget-header {
    background: #777777 !important;
    color: #fff !important;
    border: none !important;
}

/* Acordion headers */
/* Removes Blue from Flat Theme*/
.ui-widget-header {
  background: #777777 none repeat scroll 0 0 !important;
  color: #fff;
}

/* Summary headers */
/* Removes Blue from Flat Theme*/
#accountSummary .summarySubheading {
  background: #777777 none repeat scroll 0 0;
  color: #fff;
}

/* My Account Tabs */
/* Removes Blue from Flat Theme*/
#accountTabs ul li.ui-state-default {
	background: #fff !important;
}

/* My Account Tab Icons */
/* Removes Blue from Flat Theme*/
#accountMain #accountTabs ul li:nth-child(n) a::before {
	color: #D3D3D3;
}

/* Send a Request form */
/* Removes Blue from Flat Theme*/
.requestHeader {
  background: #777777 none repeat scroll 0 0 !important;
}

.ui-accordion-icons .ui-accordion-header a {
    background: #930128 !important;
    padding: 10px !important;
    color: #fff !important;
    border-radius: 0 !important;
    border-color: #c2c2c2 !important;
    padding-left: 2.2em !important;
    font-weight: 100;
}	

/*********************Detail Display***********************/	
	
/*main detail title bar, also login title bar*/	
.ui-dialog .ui-dialog-titlebar, .ui-accordion-icons .ui-accordion-header a, .ada-mode  .ui-accordion-icons .ui-accordion-header a{ 	
 background:  #6C252C; /*it has to have the !important */	
}	
/*title bar in the accordion columns*/	
table.sortable thead , .ada-mode table.sortable thead{ 	
 background: #777777;	
}	
	
.displayDetailLink > a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #333;
}

.resultsToolbar_num_results {
    margin-bottom: 15px;
    color: #fff;
    background: #a0002e;
    padding: 5px 15px;
    border-radius: 25px;
    box-shadow: #C2D3E0 0px 0px 4px;
    margin-left: 10px;
}

a {
    color: #306d9c;
}

.ui-dialog .ui-dialog-titlebar {
    padding: 10px !important;
    position: relative !important;
    margin: 5px !important;
    border-radius: 0px !important;
    background: #930128 !important;
    color: #fff !important;
    border: none !important;
}

	
/*******************My Lists *************************************/	
.ada-mode .listsTable #myListButtons {	
	background-color: #6C252C;
}	
	
.ada-mode .myListFooter, .myListFooter {	
	background-color: #6C252C;
}

#myListsHeader {
    background: #930128;
    padding-bottom: 24px;
    color: #fff;
}	
	
