@import 'https://daff.ent.sirsidynix.net.au/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:#d5d2ca ;
}
/* Column Content Color */
.content_container {
    color: #343434;
}
/*************************** HEADER AREA ******************************/

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

/* 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:#FF7900;
height:150px;
}

/* menu links color property: color */

/* menu container background color */
#mainMenuContainer, #ada_header #mainMenuContainer {
background-color: #343434 ;
}


/*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: ;	
}
/*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:#60A2D7 ;
font-weight: ;
	
}

/*Color of the welcome message*/
.welcome {
 color: #155789;	
}

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

}
.sortDropDown {
padding:0px;
width:195px;
}
/* Change help and ADA icon color */
.fa-question-circle::before, .fa-wheelchair::before {
    color: ;
}

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

/* ADA menu box background color and position */
.ada_div_top {
background-color: #343434;
top: ;
left: ;
}

/* library info colors and size */
#libraryInfo {
    background-color: #ffffff;
    border: 3px solid #343434;
    color: #343434;
	padding: 2px;
height:60px;
}
#libraryInfo a {
color: #306d9c !important;
}
/* custom cover image style*/
.no_image_text {
color:#000000;
}
.list_img, .thumb_img, .cooliris_img {display: none;}

.logo_container img {
max-height: 90px;
margin-top: 5px;
}

.myListCoverArt {
height: 0px;
width: 0px;
}

.myListCoverImage {
display: none;
}

.accountCoverImage {
display: none;
}

.detail_cover_art_div {
display: none;
}

/*Detail Displays*/

.displayElementWrapper {
width: 625px;
}
.detail_main {
       margin-left: 10px;
}

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

/* reposition search wrapper - default is 110px  */
#searchBoxWrapper {
top: ;
background-color:#343434 ;
}
/*Hide Resource section of detail display*/
.resourceDisplayWrapper {
    min-height: 150px;
    display: none;
}
.metadataHeader {
    display: none;
}

.quicksearchWrapper { /*only if you are using quicksearch buttons*/
height: auto;
padding: 0;
}


/* change Home (house) link color */
.fa-home::before {
    color: #ffffff ;
}
/* 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:#ffffff ;
 color: #343434 ;
 border-color: ;
} 
#searchBox .dropDown:focus {
 background-color:#ffffff ;
 color: #343434 ;
 border-color: ;
}

/* Set color of search box */
#q {
background-color:#ffffff ;
color:#343434  ;
border-color: ;
}

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

/* Advanced Search Link */
#searchBoxAdvancedLink a {
color: ;
}
#searchBoxAdvancedLink a:hover {
color: #94C1E5 ;
}

/* Search Button */
#searchButton {
 background-color: #155789 ; 
 color: ; 
}

#searchButton:hover {
 background-color: #96172e ;
 color: ;
 border: ;
}


 
/* 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:;
}

/******facets******/

/*facet column background column*/
.limitcolumn_wrapper.noShowAvailable, .ada-mode .limitcolumn_wrapper.noShowAvailable {
    background: ;
}
/*facet title bar color*/
.facetTitleRow, .ada-mode .facetTitleRow{
	background:#343434 ;
}

/* facet buttons */
.limitcolumn_wrapper .button {
background-color:#155789 ;
color:#ffffff ;
}
.limitcolumn_wrapper .button:hover {
background-color: #96172e ;
color: #ffffff ;
}

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

/*general buttons*/
.button {
 background-color:#343434  ;
 color: ;
}

.button:hover {
 background-color:#96172e ;
 color: ;
}

/* login button */
.loginButton {
 background-color:#343434 ;
 color: ;
}
.loginButton:hover {
 background-color: #96172e;
 color: ;
}

/*My List Login button*/
#lists_main #listLoginLink  {
background-color: #343434;
 color: ;
}
#lists_main #listLoginLink:hover {
background-color:#96172e ;
 color: #ffffff;
}

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

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

#footer {
background-color:#343434 ;
color:#ffffff ;
}

#footer a {
color: ;
}

/*******************************My ACCOUNT**********************/
/*Summary headings*/
#lists_main #listLoginLink {
background-color: ;
 color: ;
}

/*My account main header*/
.ui-widget-header {
background-color: #155789 !important;
}

/*Tab accordion header*/
.ui-accordion-icons .ui-accordion-header a {
 background: #155789 !important;
}

/*tab background color*/
#accountTabs ul li.ui-state-default {
 background-color: ; 
}

#accountTabs ul li.ui-state-default:hover{
 background-color: ; 
}

#accountTabs .ui-tabs-nav li a { /*for the font color*/
    color: ;
}

#accountSummary .summarySubheading {
    margin-bottom: 8px !important;
    float: left;
    width: 100%;
    background: #155789;
    color: #fff;
    font-weight: 500;
    padding-right: 0;
}
/*********************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: #343434 !important ; /*it has to have the !important */
}
/*title bar in the accordion columns*/
table.sortable thead , .ada-mode table.sortable thead{ 
 background: ;	
}


/*******************My Lists *************************************/
.ada-mode .listsTable #myListButtons {
	background-color:#343434 ;
}

.ada-mode .myListFooter, .myListFooter {
	background-color:#343434 ;
}
#myListsHeader {
    background: #776f65;
    padding-bottom: 24px;
}
.myListHeader {
    background: #d5d2ca;
    padding: 20px;
}
.myListList li.activeList {
    background: #d5d2ca;
    font-weight: bold;
}

yListButtons {
	background-color:#343434 ;
}

.ada-mode .myListFooter, .myListFooter {
	background-color:#343434 ;
}
#myListsHeader {
    background: #776f65;
    padding-bottom: 24px;
}
.myListHeader {
    background: #d5d2ca;
    padding: 20px;
}
.myListList li.activeList {
    background: #d5d2ca;
    font-weight: bold;
}

.detail_cover_asset_div.resource_river {
  display: none;
}
